Releases: smollweide/node-mock-server
v0.23.3
v0.23.2
v0.23.1
v0.23.0
v0.22.1
v0.22.0
Setup:
[setup] bump up version number 8ce62f3
Code:
[add] send statusCode 500 if ejs render failed 8169b1a
[add] allow statusCode defined by filename also for static content 2bdb733
[add] allow to specify HTTP response code for success responses d8cf282
[change] use list type instead of input for "accessControlAllowCredentials" in init process a918fce
[add] added support for Access-Control-Allow-Credentials header 67cc951
Documentation:
[doc] updated Readme about ACA-Credentials 56c68fb
v0.21.0
v0.20.0
Setup:
[setup] use exact verions, update mocha and inquirer c27fad4
[setup] bump up version number 83c7851
Code:
[feature] add option for parsing swagger YAML files 9309013
[feature] decompress gzip responses from tunneled server ca02c73
Bugfix:
[fix] do not proxy transfer encoding header c298400
- The express server sets transfer encoding / content length itself on send()
- This may conflict with what the proxy (tunnel) originally returned.
[fix] pass content-type header to proxy 5063a7d
- must be overriden in
node.request()
by using capital caseContent-Type
[fix] replace spread operator with Object.assign cf331c5
[fix] linting errors a2fc7ec
[fix] set json content correctly 7d49fcd
v0.19.1
v0.19.0
Setup:
[setup] tabs in package.json 32db185
[setup] bump up version number 057c7b5
Bugfix
[bugfix] ignore *~ editor tempfiles using minimatch glob 31a9276
[bugfix] added explicit minimatch dependency 92cdb02
[bugfix] #74 fix reserved keyword vs response body conflict dac3e76
[bugfix] Fixes #71 by removing the trailing slash if it exists 82f19a1