Releases: contactlab/saray
Releases · contactlab/saray
v1.7.4
- Added support for POST body in XML format
v1.7.3
Fix for package.json bin section with new index.js path #84
v1.7.2
Added npmignore, as discussed in #80, trying to solve an installation issue in Windows
v1.7.1
- [feature]: new timeout setting for a better endpoint error handling (#66 #70)
- [fix]: basic support for Windows filesystem (#67)
- [fix]: default path for log files now refers to current working directory (#47)
v1.7.0
- [feature] Dynamic paths support with the new
--dynpath
parameter (courtesy of @pasuslab )
- [fix] deprecated method used in test data stub
- [fix] incorrect url encoding for query parameters passed to API endpoint (#62)
v1.6.2
Fix for wrong behaviour when POST body was converted into a query string.
v1.6.1
Fix for unexpected behaviour of prefer-api option
v1.6.0
JS data files for stubbed data have priority over JSON files
v1.5.3
Merge pull request #42 from contactlab/develop
Version bump to 1.5.3
v1.5.2
Merge pull request #39 from contactlab/develop
Minor fixes