All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.0 (2017-12-14)
- replace mongodb with lokijs (589393f)
1.2.3 (2017-07-11)
1.2.2 (2017-05-27)
- use base Docker image node:7.10-alpine to reduce image size. (1a65c10)
1.2.1 (2017-05-25)
- req.body keys was not flattened in tokens. (44bd842)
1.2.0 (2017-05-25)
- 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)
- Big rename from mockapi to supermockapi. (dd825f5)
1.1.4 (2017-05-23)
- fixing npm publish error in travis ci by changing npm package name to supermockapi. (9666c6a)
1.1.3 (2017-05-23)
- fixing npm publish error in travis ci by changing npm package name to mock-api. (41351e1)
1.1.2 (2017-05-23)
- fixing npm publish error in travis ci. (c9fa879)
1.1.1 (2017-05-23)
- make package.json public. (2cada07)
- introduces stateless mode. npm publish for travis. can now specify routes.json file by absolute path. (3918087)