etc v0.4.1.0 Release Notes

Release Date: 2018-08-29 // over 5 years ago
    • โž• Add parseConfigSpecTH functionality, now we can parse the ConfigSpec
      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)

Previous changes from v0.4.0.3

    • โœ‚ Remove bug that stop configuration to be rendered when a default value was an empty array