Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 09:18
· 9 commits to main since this release
7141f09

5.0.0 (2022-07-10)

Features

  • abolish default export require('next-with-split') (710d1dd)
  • abolish the function to manage middleware (7abd7cb)
  • support Next.js v12.2 (7f40d71)

BREAKING CHANGES

  • manage: true is not available any more.
    since Next.js v12.2, only one middleware can be installed in a project.