Releases: liqueurdetoile/fetch-mock-fixtures
Releases · liqueurdetoile/fetch-mock-fixtures
v2.3.3
2.3.3 (2021-03-03)
Bug Fixes
- package.json & package-lock.json to reduce vulnerabilities (d180aee)
v2.3.2
2.3.2 (2020-01-09)
Bug Fixes
- history: fix logs not cleared when history is reset (5671da3), closes #30
v2.3.1
2.3.1 (2019-11-15)
Bug Fixes
- Fix history not feeded when no fixture is found (2d41e71)
v2.3.0
2.3.0 (2019-11-07)
Features
- RequestMatcher: Add equals as alias to equal (0655fd0)
v2.2.0
2.2.0 (2019-06-22)
Features
- fixture: Add throw behavior (f8e238e)
v2.1.0
2.1.0 (2019-05-02)
Features
- Add log to history and verbose mode (fb12396)
v2.0.1
2.0.1 (2019-04-30)
Bug Fixes
v2.0.0
2.0.0 (2019-04-15)
Bug Fixes
- Fix Fixture default error messages (c83cc06)
- Server now send a clone of request to fixture (2ff84d2)
Features
- Review body callback to pass response in arguments (3b62390)
- v2.0.0 release (d47f7af)
- v2.0.0 release (83a2777)
- Server: Add throwOnError behavior (2c3f42d)
BREAKING CHANGES
- Code built on v1.x will not run on this version that
have been totally reworked
v1.1.0
1.1.0 (2019-04-02)
Features
- Add requests history and ordered responses (85cd570)
v1.0.2
1.0.2 (2019-03-26)
Bug Fixes
- Fixture loader: Disambiguate loader with throwing an exception (681c11b)