Skip to content

Latest commit

 

History

History
101 lines (41 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

101 lines (41 loc) · 3.8 KB

Change Log

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

0.2.1 (2021-12-09)

Note: Version bump only for package root

0.2.0 (2021-12-09)

Bug Fixes

  • app: fixed issue where coverage was not getting generated (6d37e60)
  • middleware: fixed error structure (2dc946d)

Features

  • app: intrduced api to add the middlewares to the app (4079e77)
  • middleware: better Error Handling in the Middlewares (af4e9bd)

Reverts

  • logger: reverted unit test placeholder\ (d4f0cc2)

0.1.4 (2021-06-29)

Note: Version bump only for package root

0.1.3 (2021-06-28)

Note: Version bump only for package root

0.1.2 (2021-06-28)

Bug Fixes

  • middleware: changed to accomodate the new logger and changed how wrappedFunction is called (77cc15d)

0.1.1 (2021-06-28)

Note: Version bump only for package root

0.1.0 (2021-06-28)

Bug Fixes

  • middleware-factory: fixed middleware factory issues with logging (949f8c2)
  • middleware-factory: removed logger from middleware (1619f79)
  • changed from module to main in package.json (3d32ee6)
  • issue with levels, and es6 class: issue with levels (48c4a1a)
  • logger: configured winston and exported winston logger (3ed1f3c)

Code Refactoring

  • app-config: removed body-parser, cookie-parser, helmet etc middlewares (6a42008)

Features

  • app-config: added routebuilder (b9137c4)
  • app-config: app Config and Route Config Added (446f741)
  • logger: added logger (ca88773)
  • logger: added Logger Package (c2a569c)
  • middleware-factory: Middleware Factory Added (eaedbd2)

BREAKING CHANGES

  • app-config: Removed the middleware configuration option, and the middlewares will have to be manually added now in the app. they will not come built in.