github-actions
released this
07 Jul 18:17
·
57 commits
to main
since this release
Minor Changes
-
#38
be1c950
Thanks @nibtime! - Internal redesign for Next.js 12.2 (req.page
deprecated) (#37) -
#38
be1c950
Thanks @nibtime! - provide new middleware abstractions for Next.js 12.2 stable middlewarematchChain
function that allows to disable chain execution for certain requests with a matcher (predicate onNextRequest
)continued
function that allows to continue a middleware response to a middleware chainisPageRequest
matcher that matches only requests to Next.js pages