v5.0.0
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.