Skip to content

Latest commit

 

History

History
137 lines (76 loc) · 7.47 KB

CHANGELOG.md

File metadata and controls

137 lines (76 loc) · 7.47 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2023-09-19)

Bug Fixes

  • fix log message prefix for patch, put and delete requests (921db2b)
  • log JSON requests bodies properly (14d2098)

2.0.0 (2023-09-18)

⚠ BREAKING CHANGES

  • 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

Features

  • 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)

Bug Fixes

  • sort endpoints after specificity in case multiple files match a route (b1116c4), closes #11

Dependency and Build-Related Updates

  • npm update and audit fix (0767638)

1.4.1 (2023-02-20)

Dependency and Build-Related Updates

1.4.0 (2022-09-22)

Features

  • extract and expose createServeMocksExpressApp function (4dfe9a9)
  • resolve absolute path of mock directory (859a925)

Dependency and Build-Related Updates

1.3.3 (2022-06-09)

Dependency and Build-Related Updates

1.3.2 (2022-05-31)

1.3.1 (2022-02-18)

1.3.0 (2022-02-18)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • add json-schema validation option for POST endpoints (a3246d6)
  • add respondWithRequestBody option for POST endpoints (0dc4a39)

1.0.5 (2021-05-26)

Bug Fixes

  • increase json size limit from 100kb to 20mb (dc7108f)

1.0.4 (2021-05-04)

Bug Fixes

  • support node versions lower than 15 on windows (2fef5a3)

1.0.3 (2021-05-04)

Bug Fixes

  • fix defect endpoints on windows systems (66ffda7)

1.0.2 (2021-04-15)

1.0.1 (2021-04-14)

1.0.0 (2021-04-14)

Features

  • add basic mock-server cli app (4c81ae7)