Releases: muratcorlu/connect-api-mocker
Releases · muratcorlu/connect-api-mocker
v1.11.0
1.11.0 (2024-03-20)
Features
- cjs support in custom middleware file names (#80) (65c1513)
v1.10.0
1.10.0 (2021-06-04)
Features
- json helper now also accepts callback (3b07b0f)
v1.9.0
1.9.0 (2020-04-25)
Features
file
helper also sets Content-Length response header (09b7e33)
v1.8.0
1.8.0 (2020-04-25)
Features
type
and file
helpers added. (e737d9c)
v1.7.0
1.7.0 (2019-09-26)
Features
- Making body parser optional and configurable. (9d14f87)
- making body-parser optional and configurable. (fd61145)
v1.6.0
1.6.0 (2019-08-08)
Features
- BodyParser settings are now configurable (bc5ca52)
v1.5.1
1.5.1 (2019-08-08)
Bug Fixes
- Handlebars dependency upgraded for security (f45222e)
v1.5.0
1.5.0 (2019-04-16)
Features
- Helper functions for custom responses (ba5831f)
- Helper functions for custom responses - Fixes #32 (cdb3ebd)
1.4.0
1.4.0 (2018-09-27)
Features:
- Now you can define mock files for catching all methods once. You can just use names
ANY.json
or ANY.js
. (Thanks to @Daanoz)
- Matching with nested wildcard improved. #25