config-parser v1.0.0.0 Release Notes

Release Date: 2017-12-04 // over 6 years ago
    • โœ‚ Removed 'ConfigParser' constructor with janky call to 'error'. Non-unique keys will now cause parsing to fail, instead.
    • ๐Ÿ“œ Duplicate keys in config files will now cause parsing to fail.
    • 'ConfigOption' now has a 'required' field to specify that omitting a particular key from a config file is an error. Omiting required keys causes parsing to fail.
    • ๐Ÿ“œ The 'boundedIntegral' parser is now correctly exported.