Skip to content

Latest commit

 

History

History
222 lines (79 loc) · 6.5 KB

CHANGELOG.md

File metadata and controls

222 lines (79 loc) · 6.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.0 (2019-08-29)

Features

  • centralised Reflector package (1b05c32)
  • Reflector, added method getParameterNames (868e3a8)

0.4.2 (2019-08-13)

Note: Version bump only for package project

0.4.1 (2019-08-13)

Bug Fixes

  • better model type inference (57c25d7)

0.4.0 (2019-07-24)

Features

  • added swagger UI, simplified swagger doc serving (391cdd6)

0.3.0 (2019-07-18)

Features

0.2.1 (2019-07-18)

Bug Fixes

  • handle excluded methods properly in createRouter (e9e2997)
  • revert local import (2b4cf55)

0.2.0 (2019-07-18)

Features

  • add 'statusCode' (assigned same as 'code') (fd4dcf4)

0.1.7 (2019-06-25)

Bug Fixes

  • loose check on ObjectId schema type (#13) (f25645d)

0.1.6 (2019-06-21)

Note: Version bump only for package project

0.1.5 (2019-06-18)

Bug Fixes

  • allow to override based on same path and verb (#11) (60ba233)

0.1.4 (2019-06-18)

Bug Fixes

  • fixed mongoose controller findById (#10) (dc1e52e)

0.1.3 (2019-06-18)

Bug Fixes

0.1.2 (2019-06-17)

Bug Fixes

  • configureExpress, method parameter replacement, mongoose controller factory (#8) (2268a4f)

0.1.1 (2019-06-07)

Bug Fixes

  • allow multiple health checks (#4) (682676f)

0.1.0 (2019-06-07)

Bug Fixes

Features

  • added 'before' and 'after' middlewares (b47fddb)
  • added @populate and @virtual decorator, few renamings (ef8f978)
  • added start and close methods on app Express object returned by createApp (99799e3)
  • added controller basepath, fixed swagger parameters validation (4d2a75b)
  • added middleare and req/res decorators for methods parameters (1a55b8a)
  • added mongoose hooks (aad6a77)
  • lerna conventional commits (#3) (ebbfecb)
  • now swagger supports inline objects and definitions with $ref (c741ae5)
  • support nested population query parameters (70e316b)

0.0.3 (2019-06-07)

Bug Fixes

  • prevent crm from publishing (3364cee)

0.0.2 (2019-06-07)

Bug Fixes

  • removed .npmrc file creation (a57c91e)
  • removed semantic-release package, using lerna conventional commits (c25595a)
  • setting git user info (bf2e1bd)
  • yaml syntax (0edeee5)

0.0.1 (2019-06-07)

Bug Fixes

Features

  • added 'before' and 'after' middlewares (b47fddb)
  • added @populate and @virtual decorator, few renamings (ef8f978)
  • added start and close methods on app Express object returned by createApp (99799e3)
  • added controller basepath, fixed swagger parameters validation (4d2a75b)
  • added middleare and req/res decorators for methods parameters (1a55b8a)
  • added mongoose hooks (aad6a77)
  • now swagger supports inline objects and definitions with $ref (c741ae5)
  • support nested population query parameters (70e316b)