Skip to content

Latest commit

 

History

History
131 lines (60 loc) · 5.96 KB

CHANGELOG.md

File metadata and controls

131 lines (60 loc) · 5.96 KB

4.0.0 (2023-07-26)

Features

  • allow to expose internal errors via expose property (309084d)

BREAKING CHANGES

  • errors with the expose property set to a truthy value will be exposed even if their status code is >= 500

3.1.0 (2023-07-22)

Features

  • allow choosing which error properties to omit (d395b92)

3.0.1 (2023-05-14)

Bug Fixes

  • update dependencies that show security warnings (e3ba58c)

3.0.0 (2021-08-01)

Features

  • update all dependencies (7c85db9)

BREAKING CHANGES

  • The middleware is now using the new types from middy 2. Based on a quick test, without TypeScript, the new version is still compatible with middy 1.

2.0.6 (2020-08-30)

Bug Fixes

2.0.5 (2020-08-17)

Bug Fixes

  • package.json to reduce vulnerabilities (021cd9d)

2.0.4 (2020-08-09)

Bug Fixes

  • package.json to reduce vulnerabilities (83e2653)

2.0.3 (2020-07-15)

Bug Fixes

  • depend on @types/debug only for development (cbb0238)

2.0.2 (2020-06-20)

Bug Fixes

  • package.json to reduce vulnerabilities (5cb8437)

2.0.1 (2020-05-19)

Bug Fixes

  • package.json & .snyk to reduce vulnerabilities (dd0a096)
  • package.json & .snyk to reduce vulnerabilities (da737ad)

2.0.0 (2020-05-02)

Features

BREAKING CHANGES

1.0.3 (2020-05-01)

Bug Fixes

  • package.json & .snyk to reduce vulnerabilities (ce3758b)
  • package.json & .snyk to reduce vulnerabilities (57a433b)

1.0.2 (2020-04-17)

Bug Fixes

  • upgrade middy from 0.34.0 to 0.36.0 (3af9ca9)

1.0.1 (2020-04-10)

Bug Fixes

  • package.json & .snyk to reduce vulnerabilities (f01fa53)

1.0.0 (2020-01-23)

Bug Fixes

Features

  • add IErrorWithStatusCode interface and type guard (0e0a90b)
  • add logging for debugging (f780ba2)
  • add omit helper function (706696d)
  • implement json error handler (d46709c)