Skip to content

Releases: natenho/Mockaco

v1.2.1

13 Dec 15:33
5131d1d
Compare
Choose a tag to compare
Merge pull request #54 from natenho/bugfix/53-unexpected-response

Fix #53, avoid unexpected response when the request object is malformed

v1.2.0

26 Jul 19:40
Compare
Choose a tag to compare
Fix deployment

v1.1.3

12 Dec 03:05
7515b17
Compare
Choose a tag to compare
Merge pull request #47 from natenho/bugfix/46-file-not-found-crash

Fix #46 file load exception handling

v1.1.2

09 Sep 01:42
Compare
Choose a tag to compare
  • Fix #37 optional body handling
  • Avoid errors and respect defaults when some attributes are ommited in a mock template #37

v1.1.1

25 Aug 23:46
Compare
Choose a tag to compare
  • 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

19 Aug 01:24
Compare
Choose a tag to compare
  • 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

11 Aug 23:49
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/natenho/Mockaco

v1.0.6

03 Aug 19:01
Compare
Choose a tag to compare
Restore the simplest HelloWorld example that ships with docker container

v1.0.5

01 Aug 03:25
Compare
Choose a tag to compare
Update README.md

v1.0.4

15 Jul 02:34
Compare
Choose a tag to compare
Fix appsettings.json not being read inside docker container