The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Feature for recording HEAD requests [alejo90]
index.d.ts
to remove Typescript compiler warning [alejo90]- Feature for storing a set of whitelisted headers [alejo90]
- CHANGELOG.md
- README.md is updated to reflect changes
- Remove the need to pass in
__filename
when callingautoRecord()
[alejo90]
- All requests that has the same url and methods but different request bodies no longer just return the last request body
- Feature for recording PUT requests [chauey]
- README.md now includes the "Known Issues" section
- Filename for mocks copies entire test name minus the extension [fraserxu]
- Test cases using global asserts
- README.md now include the "How It Works" section
- README.md explaining current features
- POST requests that has the same url but different request bodies no longer just return the last request body
- Feature to auto record and stub xhr requests
- Feature to update mocks by inserting [r] in the name of the test
- Feature to clean mocks
- Feature to blacklist routes and prevent it from being recorded