Releases: hoangvvo/next-connect
Releases · hoangvvo/next-connect
v0.10.0
- Express Router compatibility (#121)
- Add ESModule export (#122)
v0.9.1
- Deprecate apply() for run() (#108)
v0.9.0
- Add all() to match any methods (#105)
v0.8.1
- Fix handler return type (#75)
v0.8.0
- Fix TypeScript signature and support both API and non-API pages (#70) (Breaking)
This is a breaking change for TS users: See TypeScript section for more info.
v0.7.1
- Call trouter#find with pathname (#62) (Fix #53)
v0.7.0
- feat: add support for handler generics (#57)
- Consider base when mounting subapp (#61)
v0.6.6
- Fix uncaught error in async middleware (#50)
v0.6.5
- Fix uncaught error in non-async functions (#45)
v0.6.4
Patches
- Add TypeScript definition (#44)