Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

63 lines (39 loc) · 3.93 KB

Changelog

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

1.2.0 (2022-09-18)

Features

  • Refactor configuration file format. (effc0cd)

Bug Fixes

  • improve behavior when starting up no config (1c44252)

1.1.0 (2022-09-12)

Features

  • Add cookie support into the req model (a98742f)
  • Add cors support (e9b24f3)
  • Allow scenarios to be controlled from admin (1b4563a)
  • support global fixed delays. (563b52f)

1.0.5 (2022-09-11)

1.0.4 (2022-09-10)

Bug Fixes

  • fix problems when running as installed cli (896e28b)

1.0.3 (2022-09-10)

1.0.0 (2022-09-10)

0.0.4 (2022-09-10)

0.0.3 (2022-09-10)

0.0.2 (2022-09-10)

Features

  • add admin routes (996935f)
  • add scenario support (7d5c63a)
  • add support for delayed response (aa8d41a)
  • basic support for jsonpath (fe9b4b4)
  • handle cookies in request match (14efdc6)
  • implement fastify and support cli options (f308ec9)
  • implement response templating (e3d8f68)
  • improve the processing featue (52d85da)
  • support body and equalToJson (fe1c36e)
  • support datasets via jsonata (f2ccebe)
  • support headers matching (b47b2b7)
  • support post processing with a jsonata expression (168ad20)
  • support proxying requests (1e30e34)
  • support query parameters matching (36c8a90)
  • support yaml files for mapping configuration (2e53d4e)
  • take files and mappings folders from the command line (5d3b67d)