Skip to content

Releases: anugotta/http_cyclic_mocks

v0.1.0

23 Nov 08:14

Choose a tag to compare

0.1.0

  • Added HTTP method-specific mocking support (GET, POST, PUT, DELETE, etc.)
  • Added custom headers support in MockResponse
  • Added automatic content-type detection (JSON, plain text)
  • Added resource management methods: clear(), removeMockResponses(), resetCounter()
  • Added input validation (throws ArgumentError for empty response lists)
  • Improved error handling for error status codes (4xx, 5xx)
  • Enhanced content-type handling for non-JSON responses
  • 100% backward compatible with previous versions
  • Updated README with new features and API documentation

v0.0.4

27 Jun 17:44

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.4

v0.0.1

26 Jun 22:28
cedd1ef

Choose a tag to compare