Skip to content

v0.4.0

Compare
Choose a tag to compare
@fwang fwang released this 23 Dec 23:06
· 639 commits to main since this release
cecb743

Middleware function will not be created if middleware is not used in your Next.js app.

Changes:

  • Do not create middleware function if middleware is not used in the Next.js app #14@fwang
  • Change entire code base to TypeScript #14@fwang