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)
- app: fixed issue where coverage was not getting generated (6d37e60)
- middleware: fixed error structure (2dc946d)
- app: intrduced api to add the middlewares to the app (4079e77)
- middleware: better Error Handling in the Middlewares (af4e9bd)
- 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)
- 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
- 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)
- app-config: removed body-parser, cookie-parser, helmet etc middlewares (6a42008)
- 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)
- 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.