All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.1 (2023-09-19)
- fix log message prefix for patch, put and delete requests (921db2b)
- log JSON requests bodies properly (14d2098)
2.0.0 (2023-09-18)
- remove file extensions of image file extensions per default and add support for avif format
- remove restheart specific response behaviour
- migrate to es modules and upgrade dependencies
- add -c flag for compact logging when using CLI (5d29bb0)
- add eval mode as alternative for dynamic mock responses (ed21148)
- add responseDelay_ms option (cbc5856)
- add support for delete, put and patch methods (ffe7b60)
- add support for javascript files (assets) (afe43dd)
- enable dynamic responses by using .mjs files (8820386)
- enable endpointRegistrationLogging option for programmatic use (175a30c)
- introduce dedicated logger (612b772)
- migrate to es modules and upgrade dependencies (94103b4)
- remove file extensions of image file extensions per default and add support for avif format (b0ee700)
- remove restheart specific response behaviour (df44a17)
- npm update and audit fix (0767638)
1.4.1 (2023-02-20)
- run npm update (2619b26)
1.4.0 (2022-09-22)
- extract and expose createServeMocksExpressApp function (4dfe9a9)
- resolve absolute path of mock directory (859a925)
- update npm packages (36a2dfd)
1.3.3 (2022-06-09)
1.3.2 (2022-05-31)
1.3.1 (2022-02-18)
1.3.0 (2022-02-18)
- add json-schema validation option for POST endpoints (a3246d6)
- add respondWithRequestBody option for POST endpoints (0dc4a39)
- add support for css files (3bc1c5a)
- add support for html files (cb5640d)
- enable request of type xml, plain, css and html for respondWithRequestBody option (50af1ab)
- fix defect endpoints on windows systems (66ffda7)
- increase json size limit from 100kb to 20mb (dc7108f)
- support node versions lower than 15 on windows (2fef5a3)
1.2.0 (2021-06-08)
- add support for css files (3bc1c5a)
- add support for html files (cb5640d)
- enable request of type xml, plain, css and html for respondWithRequestBody option (50af1ab)
1.1.0 (2021-05-27)
- add json-schema validation option for POST endpoints (a3246d6)
- add respondWithRequestBody option for POST endpoints (0dc4a39)
1.0.5 (2021-05-26)
- increase json size limit from 100kb to 20mb (dc7108f)
1.0.4 (2021-05-04)
- support node versions lower than 15 on windows (2fef5a3)
1.0.3 (2021-05-04)
- fix defect endpoints on windows systems (66ffda7)
1.0.2 (2021-04-15)
1.0.1 (2021-04-14)
- add basic mock-server cli app (4c81ae7)