Skip to content

Releases: cloudflare/next-on-pages

v0.6.0

03 Apr 22:08
04da2c9
Compare
Choose a tag to compare

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

20 Mar 21:17
cc91567
Compare
Choose a tag to compare

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

16 Mar 22:03
2b97f9d
Compare
Choose a tag to compare

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

15 Mar 21:01
ba6b36c
Compare
Choose a tag to compare

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

14 Mar 20:35
8ff78c7
Compare
Choose a tag to compare

Minor Changes

  • 6b8cda7: Avoid invoking worker for static files

Patch Changes

  • 6337b9a: remove redundant vercel install

v0.3.0

09 Feb 12:19
aa5202e
Compare
Choose a tag to compare

Minor Changes

  • 9ef93ff: Environment variables and bindings are now available on process.env from within your SSR'd pages/API handlers!