Releases: Workable/diamorphosis
Releases · Workable/diamorphosis
Release v1.1.0
Better support for regexes in config.
When overwritten from env a regex will be recreated with the same flags with the one in config
Release v1.0.0
v1.0.0 🚀
Supporting dot in config names too
Release v0.9.2
Tests and publishes to npm with latest LTS node version
Release v0.9.1
Fixes dev-dependencies issue that didn't allow github npm publish action to run
Release v0.9.0
Casts arrays from env to numbers or booleans if the default value in config contains a number or a boolean as first element.
Fallbacks to strings if a value cannot be cast to number or if the type cannot be found.
Release v0.8.3
Fixes npm publish github action
Release v0.8.2
Fixes array keys to be overwritten from env with empty value.