v0.12.0
What's Changed
- Add
APIGatewayProxyEventV2
to index.d.ts by @edobrb in #210 - Preserve error names even if code is bundled and class names are changed to avoid duplicates by @a-game in #205
- fix: logger function should accept second arguments by @hassanazharkhan in #198
- Update type definition for Response.header by @XsnTrcK in #207
- typescript support for issue #32 by @jimsorock in #152
- chore: cleanup and fix CI by @naorpeled in #217
- fix(logger): resolve 1st entry in log sampling rules cfg is unused #215 by @rtaylor-logitech in #215
- fix(types): resolve use func not allowing to mix middlewares by @michaeleliot in #183
- feat(cookies/types): add 'None' as a valid sameSite value by @cameroncf in #164
- fix(middleware): resolve error handling issue by @warrickhill in #201
- fix(Response/type): resolve void returned instead of this by @codyfyi in #181
- fix(docs): bad link mindmap->mimemap by @perpil in #220
- fix(ci): resolve CI errors by @naorpeled in #219
- fix(tests): resolve "middleware /w promise" case logical error by @naorpeled in #221
- fix(request/log): resolve wrong type for additional info by @naorpeled in #222
- fix: resolve last commit wrong message by @naorpeled in #223
New Contributors
- @edobrb made their first contribution in #210
- @a-game made their first contribution in #205
- @hassanazharkhan made their first contribution in #198
- @XsnTrcK made their first contribution in #207
- @jimsorock made their first contribution in #152
- @naorpeled made their first contribution in #217
- @rtaylor-logitech made their first contribution in #215
- @michaeleliot made their first contribution in #183
- @cameroncf made their first contribution in #164
- @warrickhill made their first contribution in #201
- @codyfyi made their first contribution in #181
- @perpil made their first contribution in #220
- @Sleavely made their first contribution in #222
Full Changelog: v0.11.2...v0.12.0