Skip to content

Latest commit

 

History

History
128 lines (44 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

128 lines (44 loc) · 4.46 KB

Change Log

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

0.0.1-alpha.10 (2020-10-15)

Bug Fixes

  • sequelize-pg: detect errors better (c471a39)

0.0.1-alpha.9 (2020-10-15)

Features

  • sequelize-pg: add isSequelizeUniqueConstraintError helper (be11741)

0.0.1-alpha.8 (2020-10-15)

Features

  • sequelize-pg: export sequelize error utilities (9559eae)

0.0.1-alpha.7 (2020-10-15)

Features

  • sequelize-pg: add initModelsCallback config option (7b7caf7)

0.0.1-alpha.6 (2020-10-15)

Bug Fixes

  • sequelize-pg: check for required params only (b164c78)

0.0.1-alpha.5 (2020-10-15)

Bug Fixes

  • sequelize-pg: param validation returns the correct parameters (d370546)

0.0.1-alpha.4 (2020-10-15)

Features

  • core: optionally throw in withParsedBody, better debug logs (dfc3ef5)

0.0.1-alpha.3 (2020-10-15)

Features

  • core: add AppError to HttpResponse mapper (96b2eb6)
  • sequelize-pg: accept port as string (05d34bc)

0.0.1-alpha.2 (2020-10-15)

Note: Version bump only for package root

0.0.1-alpha.1 (2020-10-15)

Note: Version bump only for package root

0.0.1-alpha.0 (2020-10-15)

Bug Fixes

Features

  • core: AppError handles original Errors & stacktraces (6c3a4cc)
  • sequelize-pg: add sequelize db helper (384a443)
  • add api gateway helpers (c536ef6)
  • add basic test for composeDecoratorMiddlewares (3b8c200)
  • composeDecoratedHandler (609bbea)
  • higher order fn utilities (a26a4db)