Releases: opennextjs/opennextjs-aws
Releases · opennextjs/opennextjs-aws
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