All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed
DELETE
error, thanks @mauvm
- GET
/tests/:testId
now returns the propertyrequests
for additional information about the consumed requests, e.g. the request body.
- The request body of an expectation is now always interpreted as a string and should be passed as a string to POST
/tests/:testId/expectations
- Accidentally published wrong package, unpublished, use 0.3.1
- Prepublish now also runs test suite
- Revert decodeURI; enforce user specifies exact URL that should match (including encoded chars)
- Compares decoded uri's rather than plain uri's
- Remove redundant dependencies
- Error
404 Expectation not found in test
now returns propertyrequest
in error body.
No changelog