etc v0.4.1.0 Release Notes
Release Date: 2018-08-29 // over 6 years ago-
- โ Add
parseConfigSpecTH
functionality, now we can parse theConfigSpec
record at compilation time (closes #47) - โ Remove bug on CLI option parser, now it will coerce numbers and
booleans to string when specifying numbers and booleans over CLI
and the field type is a string (closes #48) - ๐ Improve Error Types to be more granular and descriptive
- ๐ Re-organize
Spec
parser functions in its own module - โ Add
switch
input for CLI spec (closes #41)
- โ Add
Previous changes from v0.4.0.3
-
- โ Remove bug that stop configuration to be rendered when a default value was an empty array