Skip to content

Latest commit

 

History

History
106 lines (44 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

106 lines (44 loc) · 2.74 KB

Change Log

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

1.3.0 (2017-12-14)

Features

  • replace mongodb with lokijs (589393f)

1.2.3 (2017-07-11)

1.2.2 (2017-05-27)

Bug Fixes

  • use base Docker image node:7.10-alpine to reduce image size. (1a65c10)

1.2.1 (2017-05-25)

Bug Fixes

  • req.body keys was not flattened in tokens. (44bd842)

1.2.0 (2017-05-25)

Features

  • Conditional behaviors support. Tokens now include calls, random, timestamp, and req body. Updated UI to support conditional behaviors. (dc0ea9e)

1.1.5 (2017-05-23)

Bug Fixes

  • Big rename from mockapi to supermockapi. (dd825f5)

1.1.4 (2017-05-23)

Bug Fixes

  • fixing npm publish error in travis ci by changing npm package name to supermockapi. (9666c6a)

1.1.3 (2017-05-23)

Bug Fixes

  • fixing npm publish error in travis ci by changing npm package name to mock-api. (41351e1)

1.1.2 (2017-05-23)

Bug Fixes

  • fixing npm publish error in travis ci. (c9fa879)

1.1.1 (2017-05-23)

Bug Fixes

  • make package.json public. (2cada07)

1.1.0 (2017-05-23)

Features

  • introduces stateless mode. npm publish for travis. can now specify routes.json file by absolute path. (3918087)