Releases: cloudflare/next-on-pages
Releases · cloudflare/next-on-pages
eslint-plugin-next-on-pages@1.13.1
eslint-plugin-next-on-pages@1.13.1
@cloudflare/next-on-pages@1.13.1
Patch Changes
- 8c04184: fix typescript declaration files not getting properly built
@cloudflare/next-on-pages@1.13.0
Minor Changes
-
4bd4c19: Use
request.cf.regionCode
forx-vercel-ip-country-region
for keeping behavior consistent with documentation -
78accfd: Add support for custom worker entrypoints.
Example:
import nextOnPagesHandler from '@cloudflare/next-on-pages/fetch-handler'; export default { async fetch(request, env, ctx) { // do something before running the next-on-pages handler const response = await nextOnPagesHandler.fetch(request, env, ctx); // do something after running the next-on-pages handler return response; }, } as ExportedHandler<{ ASSETS: Fetcher }>;
Patch Changes
- 2527917: Account for the Vercel CLI no longer generating prerender configs for dynamic ISR functions.
eslint-plugin-next-on-pages@1.12.1
eslint-plugin-next-on-pages@1.12.1
@cloudflare/next-on-pages@1.12.1
eslint-plugin-next-on-pages@1.12.0
eslint-plugin-next-on-pages@1.12.0
@cloudflare/next-on-pages@1.12.0
Minor Changes
- c2b173c: Fix: The city name for the location of the requester's public IP address must be encoded according to RFC3986.
- 2d55e8f: Optimized cache tags manifest loading; cache updates do not block responses
- fa751e3: add support for the
revalidate
option in fetch
Patch Changes
- d3caf91: Middleware move permanently fix
@cloudflare/next-on-pages@1.11.3
Patch Changes
- 317e872: Fix hanging promise caused by fetch patch symbol
@cloudflare/next-on-pages@1.11.2
Patch Changes
-
31c2627: update
package.json
to properly export the typescript typesthe current types are declared in the
package.json
viatypesVersions
such don't seem to get picked up correctly by all package managers, to for
the types use thepackage.json
exports
field instead -
31c2627: fix the
setupDevPlatform
'soptions
parameter not being optional
eslint-plugin-next-on-pages@1.11.1
eslint-plugin-next-on-pages@1.11.1