etc v0.4.0.0 Release Notes

Release Date: 2018-05-13 // almost 6 years ago
  • BREAKING CHANGES

    • โž• Add new type field to etc/spec with support for string, number,
      bool, [string], [number] and [bool], [object]
    • โœ‚ Remove type field in cli spec in favor of type on etc/spec
    • ๐Ÿ‘ Allow ENV vars to accept supported types (only strings were allowed) (closes #30)
    • ๐Ÿ‘ Allow CLI options to accept supported types (only strings and numbers were allowed)
    • ๐Ÿ‘ Allow spec file to have array as default values
    • ๐Ÿ”ง Return a warning and an empty config whenever configuration files contain
      entries not defined in the spec (closes #26)