Releases: natenho/Mockaco
Releases · natenho/Mockaco
v1.2.1
Merge pull request #54 from natenho/bugfix/53-unexpected-response
Fix #53, avoid unexpected response when the request object is malformed
v1.1.3
Merge pull request #47 from natenho/bugfix/46-file-not-found-crash
Fix #46 file load exception handling
v1.1.2
- Fix #37 optional body handling
- Avoid errors and respect defaults when some attributes are ommited in a mock template #37
v1.1.1
- Allow scripting references/imports to be added in appsettings.json
- Add support to ".mockignore" file, just like .gitignore pattern matching engine, to allow some mocks to be disabled or some json files not be parsed as mocks
- Fix logging request body for Content-Type "x-www-form-urlencoded"
v1.1.0
- Improved error handling and mock debugging, by including error messages directly in the response
- Support to load response body from an external file (raw, binary, static files, etc.)
- More documentation and examples
v1.0.7
Merge branch 'master' of https://github.com/natenho/Mockaco
v1.0.6
Restore the simplest HelloWorld example that ships with docker container
v1.0.4
Fix appsettings.json not being read inside docker container