Skip to content

Latest commit

 

History

History
107 lines (59 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

107 lines (59 loc) · 5.29 KB

0.2.5 (2019-04-19)

Chores
  • package.json: update package version to 0.2.5 (3b79e32c)
  • update dependencies to latest versions (d30bd14a)
Documentation Changes
  • jsdocs: remove autoset @param field in jsdoc (6ab53c0f)
New Features
  • expose apiVersion which is the same as router version (04af0618)
Bug Fixes
  • example app: use router.version and not router.apiVersion (e594b4a3)
  • remove autoset value which had issue with tests (e849a52d)
Tests
  • integration:
    • add http, delete, put, post and patch tests (a91eb825)
    • add get by id specs (a6102faa)
    • setup integration test and add tests for get function (59a59d02)

0.2.4 (2019-04-17)

Chores
  • package.json: update package version to 0.2.4 (65fea36b)
Bug Fixes
  • reporter: update reporter phone faker function (c77dcfe1)

0.2.3 (2019-04-17)

Chores
  • package.json: update package version to 0.2.3 (33dad628)
Bug Fixes
  • add counter model to fix missing model issue (5ccdbd27)

0.2.2 (2019-04-17)

Chores
  • update package version to 0.2.2 (b55365c7)
Refactors
  • use api version from env file (4eed774f)

0.2.1 (2019-04-17)

Chores
  • package.json: update package version to 0.2.1 (81d3d82d)
Refactors
  • use environment variable instead of config files (c9ff2878)

0.2.0 (2019-04-17)

Build System / Dependencies
  • travis: add redis-server service (0dcb9644)
Chores
  • package.json: update package version to 0.2.0 (229a7faf)
New Features
  • model: add faker for all required fields (7c51c94f)

0.1.0 (2019-04-16)

Chores
Documentation Changes
  • readme: update package name for installation (ce23d234)
New Features
  • add plugins from legacy API (203e0e50)
Refactors
  • remove changelog reference the model (fc7e6be3)
Code Style Changes