Releases: htunnicliff/next-api-middleware
Releases · htunnicliff/next-api-middleware
v0.7.0
Minor Changes
- Support express-style middleware: b1d538e
Patches
- Chore: enable strict in tsconfig: 9f5924f
- Update supported Node.js versions and tsconfig: 4b3e958
- Add tests for compatibility with cors express middleware: be0eeb7
v0.7.0-canary.1
Patches
- Update supported Node.js versions and tsconfig: 4b3e958
- Add tests for compatibility with cors express middleware: be0eeb7
v0.7.0-canary.0
Minor Changes
- Initial refactor to hopefully support express-style middleware: b1d538e
Patches
- Chore: enable strict in tsconfig: 9f5924f
v0.6.0
Minor Changes
- Add missing type to
curryMiddlewareChoices
, update tests: 17b5b2e
v0.5.2
Patches
- Fix incomplete handling of middleware groups with
label
, update tests: 29ac0b8
v0.5.0
Minor Changes
- Change
named
to label
, add README description: dee8db7
v0.4.0
Minor Changes
- Update package.json license, remove old AGPL license: 4d65789
- Use node 12.x: 911b630
Patches