Changelog
All notable changes to this project are documented here.
v0.1.0 – 2025-07-19
Initial Release
- First public version of Typenvx.
- Support for typed
.envx
files with types:string
,number
,boolean
,enum
,url
,email
. - Variable interpolation, ternary conditions, and default values.
- Runtime validation and CLI with
npx typenv validate
. - Experimental schema block validation support.
- Zero-dependency core with CLI bundled in the same package.
- Basic VS Code extension featuring hover support and syntax highlighting.
This changelog follows the Keep a Changelog standard for clear and consistent release notes.