-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ben Hamlin
committed
Nov 30, 2017
1 parent
7e88633
commit 913f963
Showing
3 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Revision history for config-parser | ||
|
||
## 0.1.0.0 -- YYYY-mm-dd | ||
## 1.0.0.0 -- 2017-12-04 | ||
|
||
* 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. | ||
|
||
## 0.2.0.0 -- 2017-10-31 | ||
|
||
* First version. Released on an unsuspecting world. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters