Skip to content

Releases: Workable/diamorphosis

Release v1.1.0

13 Feb 08:10
Compare
Choose a tag to compare

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

01 Dec 16:42
Compare
Choose a tag to compare

v1.0.0 🚀
Supporting dot in config names too

Release v0.9.2

24 Jan 17:17
Compare
Choose a tag to compare

Tests and publishes to npm with latest LTS node version

Release v0.9.1

24 Jan 17:09
Compare
Choose a tag to compare

Fixes dev-dependencies issue that didn't allow github npm publish action to run

Release v0.9.0

24 Jan 16:49
Compare
Choose a tag to compare

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

27 Apr 12:47
Compare
Choose a tag to compare

Fixes npm publish github action

Release v0.8.2

27 Apr 12:43
Compare
Choose a tag to compare

Fixes array keys to be overwritten from env with empty value.