4.0.0 (2023-07-26)
- allow to expose internal errors via expose property (309084d)
- 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)
- allow choosing which error properties to omit (d395b92)
3.0.1 (2023-05-14)
- update dependencies that show security warnings (e3ba58c)
3.0.0 (2021-08-01)
- update all dependencies (7c85db9)
- 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)
2.0.5 (2020-08-17)
- package.json to reduce vulnerabilities (021cd9d)
2.0.4 (2020-08-09)
- package.json to reduce vulnerabilities (83e2653)
2.0.3 (2020-07-15)
- depend on @types/debug only for development (cbb0238)
2.0.2 (2020-06-20)
- package.json to reduce vulnerabilities (5cb8437)
2.0.1 (2020-05-19)
- package.json & .snyk to reduce vulnerabilities (dd0a096)
- package.json & .snyk to reduce vulnerabilities (da737ad)
2.0.0 (2020-05-02)
- update to middy 1.0.0 (b536c03)
- As of this version this middleware only supports [email protected] and upwards. See https://github.com/middyjs/middy/blob/master/UPGRADE.md for middy upgrade instructions.
1.0.3 (2020-05-01)
- package.json & .snyk to reduce vulnerabilities (ce3758b)
- package.json & .snyk to reduce vulnerabilities (57a433b)
1.0.2 (2020-04-17)
- upgrade middy from 0.34.0 to 0.36.0 (3af9ca9)
1.0.1 (2020-04-10)
- package.json & .snyk to reduce vulnerabilities (f01fa53)
- build with node 12 (37ca2fe)