Next Connect Versions Save

The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2

v0.10.0

3 years ago
  • Express Router compatibility (#121)
  • Add ESModule export (#122)

v0.9.1

3 years ago
  • Deprecate apply() for run() (#108)

v0.9.0

3 years ago
  • Add all() to match any methods (#105)

v0.8.1

3 years ago
  • Fix handler return type (#75)

v0.8.0

3 years ago
  • 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

4 years ago
  • Call trouter#find with pathname (#62) (Fix #53)

v0.7.0

4 years ago
  • feat: add support for handler generics (#57)
  • Consider base when mounting subapp (#61)

v0.6.6

4 years ago
  • Fix uncaught error in async middleware (#50)

v0.6.5

4 years ago
  • Fix uncaught error in non-async functions (#45)

v0.6.4

4 years ago

Patches

  • Add TypeScript definition (#44)