Releases: expatfile/next-runtime-env
Releases · expatfile/next-runtime-env
v3.0.1
3.0.1 (2023-11-08)
Bug Fixes
- 🐛 throw when used outside EnvProvider or PublicEnvProvider (66a211e)
v3.0.1-alpha.1
Bug Fixes
- 🐛 throw when used outside EnvProvider or PublicEnvProvider (66a211e)
v3.0.0
3.0.0 (2023-11-08)
Features
- ✨ add support for Next.js 14 caching and update dependencies (7f6fd39)
BREAKING CHANGES
- This version introduces a dependency on the Next.js 14 caching. It therefore only works with
"next": "^14"
.
v2.0.0
2.0.0 (2023-11-01)
Bug Fixes
- 🔊 match logs with Next 13.5 style (f81856d)
Features
- ✨ use new context approach (c523a3c)
BREAKING CHANGES
- This approach fully embraces server components, and therefore, it's not compatible with the pages router.