Skip to content

Latest commit

 

History

History
138 lines (57 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

138 lines (57 loc) · 3.46 KB

1.0.0 (2018-11-12)

Bug Fixes

  • package: include pm2 for production environments (3de7324)

1.0.0 (2018-11-01)

1.0.0-beta.6 (2018-10-19)

Bug Fixes

  • mail: mail prints to console in development (aa21e5a)

1.0.0-beta.4 (2018-10-16)

Bug Fixes

  • auth: buffers for secure-password (c9a9e75)
  • db: bump version for production properties fix (75a3746)
  • properties: internal api overrides environment variables (cd1a230)

Features

1.0.0-beta.1 (2018-10-11)

0.4.0 (2017-10-17)

0.3.3 (2017-08-25)

Bug Fixes

  • model: created no longer erased from validate and update merge for validation (1cce96f)

0.3.2 (2017-08-04)

Bug Fixes

  • model: undefined properties do not override existing properties on update (5f6c931)

0.3.1 (2017-08-03)

Bug Fixes

  • model: fix update bug where promise was not awaited (a7eb5dd)

0.3.0 (2017-07-28)

Features

  • model: add empty ORM helper to query (c85f2a0)
  • route: new routing system using controllers routes function (b413186)

0.2.1 (2017-06-16)

Bug Fixes

  • route: add error as route export (be17064)

0.1.3 (2017-06-13)

Bug Fixes

  • util: handle typeof null === 'object' for isObject and add isDate (02d7a91)

0.1.2 (2017-06-02)

Bug Fixes

  • validate: validate returning "true" for undefined optional values (6a9a869)

0.1.1 (2017-05-31)

Bug Fixes

  • validate: nullable returns value (a5394fa)

0.1.0 (2017-05-30)