Releases: opennextjs/opennextjs-aws
Releases · opennextjs/opennextjs-aws
v0.5.0
OpenNext now supports monorepos managed with npm, yarn, and pnpm!
If you are interested in how it works behind the scenes:
Changes:
- Fix server-function bundle structure when Next.js is inside a monorepo #21 — @fwang
- Add full monorepo support for npm, yarn, and pnpm #23 — @fwang
v0.4.2
Add support for pnpm package manager
Changes:
- Add support for pnpm package manager #20 — @fwang
v0.4.1
Node.js 18 global fetch API instead of node-fetch
polyfill
Changes:
- Replaced
node-fetch
polyfill with Node.js 18 global fetch API #19 — @fwang
- Display OpenNext version in console output #19 — @fwang
v0.4.0
Middleware function will not be created if middleware is not used in your Next.js app.
Changes:
- Do not create middleware function if middleware is not used in the Next.js app #14 — @fwang
- Change entire code base to TypeScript #14 — @fwang
v0.3.0
Add support for image optimization.
Changes:
- Add support for image optimization #12 — @fwang
v0.2.0
Add support for middleware.
Changes:
v0.1.0
First release with basic features working, including SSG, SSR, dynamic routes, and API routes.
Changes:
- Configure standalone mode using environment variable #1 — @khuezy