Releases: cloudflare/next-on-pages
Releases · cloudflare/next-on-pages
v0.6.0
Minor Changes
- 70b2e80: show the CLI version and also add the --version flag
- 8b4f6d5: allow setting of NODE_ENV
Patch Changes
- dcbbb9a: Parses cli arguments with the
zodcli
package
- e0c53fe: fix experimental minification always on
- 057baa0: Remove private/telemetry files from the build output.
v0.5.0
Minor Changes
- 5e575bf: feat: Add support for current 13.X versions of Next.js
Patch Changes
- e2c4350: Add support for dynamic route params
- c6c8818: Handle route handler function entries.
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!