Skip to content

Latest commit

 

History

History
129 lines (59 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

129 lines (59 loc) · 5.12 KB

4.0.0 (2022-12-19)

Features

BREAKING CHANGES

    • node version >= 18 required
  • APIGatewayProxyHandler body mandatory response field

3.2.1 (2021-11-01)

Bug Fixes

  • LambdaHandlerError: allow details to be passed as string array (16f1076)

3.2.0 (2021-10-21)

Features

  • errors: add support for http 409 conflict (e80d2cf)

3.1.0 (2021-02-01)

Features

  • config: make logger a config property (e5212c5)
  • logger: log internal server errors (333d723)

3.0.1 (2020-11-24)

Bug Fixes

  • build: update release workflow (0c6e1d2)

3.0.0 (2020-11-24)

Bug Fixes

  • build: do not copy npmrc files (40d5668)
  • build: ensure slim package structure (be8998b)
  • build: remove version* scripts (544b384)

BREAKING CHANGES

  • build: "dist" directory has been removed from the build artifact

2.1.0 (2020-11-12)

Bug Fixes

  • ci: update release token (3c27ec0)

Features

  • errors: add unprocessable entity error handling (2b97792)

2.0.2 (2020-07-24)

Bug Fixes

  • BaseHandler: ensure function scope (34b2dac)

2.0.1 (2020-07-24)

Bug Fixes

  • ApiGatewayProxyHandler: use implicit type for decorator (9ada1b1)

2.0.0 (2020-07-23)

Features

  • errors: expose UnauthorizedError (51fc5cc)

BREAKING CHANGES

  • errors: rename of all interfaces remove leading "I"

1.2.0 (2020-07-14)

Bug Fixes

  • APIGatewayProxyHandler: fix linter issues (e581bdb)

Features

  • tests: add tests for error responses (e506a2f)

1.1.1 (2020-05-25)

Bug Fixes

  • define compile target version (fe82cc5)

1.1.0 (2020-05-25)

Features

  • response: add unauthorized (7cb9171)

1.0.0 (2019-12-18)

Bug Fixes

  • APIGatewayProxyHandler: remove redundant json parse (3b38990)
  • LambdaHandler: change wrapped method scope and args (0daff4f)
  • package: remove unused dependencies (a898371)
  • release: configure workflow (c1f5ece)