Releases: mythmon/ganzu
Releases · mythmon/ganzu
v0.0.9
v0.0.8
- Show original types in validation errors for string sources
- Add boolean field type
Full Changelog: v0.0.7...v0.0.8
v0.0.7
- Allow NPM authentication environment variable in publish-package job
Full Changelog: v0.0.6...v0.0.7
v0.0.6
- Export
ConfigDefinition
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Republish of 0.0.4 to fix README.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
- Support loading config from JSON via
ganzu-json
. - Support loading config from YAML via
ganzu-json
.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
- Build with tsup instead of tsc
- Include field name in error messages
- Make parameter to EnvLoader optional
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Fields are now immutable. Configuring them produces new instances instead of modifying the existing one. This makes extending configurations easier.
Full Changelog: v0.0.1...v0.0.2