Releases: expatfile/next-runtime-env
Releases · expatfile/next-runtime-env
v1.2.0-alpha.1
Features
- ✨ add allEnv utility (72070c8)
- ✨ make logs in line with next js (2e766ec)
- env: 🏷️ add return types to env utility (2edf37e)
- makeEnvPublic: ✨ add makeEnvPublic utility (41af34b)
- makeEnvPublic: ✨ allow passing multiple env vars and don't throw (23c6f30)
v1.1.0
1.1.0 (2023-04-30)
Features
v1.0.1
1.0.1 (2023-04-30)
Bug Fixes
- 🐛 correct fs import (ebeca7d)
- 🐛 don't expose configureRuntimeEnv trough the index barrel file (03e558f)
v1.0.1-alpha.3
Bug Fixes
- 🐛 don't expose configureRuntimeEnv trough the index barrel file (03e558f)
v1.0.0
1.0.0 (2023-04-30)
Bug Fixes
- tests: path parameter doesn't eval process.env (d4452b2)
Features
- ✨ typescript rewrite (147b93a)
- debug: Only show list of env if debug is enabled (469d284)
- prefix: Support prefix option (9fa62a1)
- README: Add missing readme about prefix and debug (530f31d)