Releases: cloudflare/next-on-pages
Releases · cloudflare/next-on-pages
v0.4.2
Patch Changes
- a937040: fixed npx not working on windows
- bcceaf0: Fix Windows file paths not matching entries in the middleware manifest.
- da15971: Add support for Next.js basepath
v0.4.1
Patch Changes
- 7bb0c55: Fix fetch requests.
- 72bd20c: add support for middleware in src dir
- b4b4ed0: Fix Webpack minification and toggle esbuild minification.
- 8a14ee3: adjust request so that it contains geo headers
v0.4.0
Minor Changes
- 6b8cda7: Avoid invoking worker for static files
Patch Changes
- 6337b9a: remove redundant vercel install
v0.3.0
Minor Changes
- 9ef93ff: Environment variables and bindings are now available on
process.env
from within your SSR'd pages/API handlers!