Changelog for harg-0.4.1.0
Changelog for harg
0.4.1.0 [2019.12.22]
- Parsers now stop immediately if a source error is encountered
- Updated the JSON source to return a bytestring instead of an
aesonValue - Fix broken deriving for
barbietypeclasses by re-exportingRec
0.4.0.0 [2019.09.16]
- Fix wrong name in previous release (
HasDefaultValStr->HasDefaultStr) - Expose
fromSingleandfromNestedfor when f ~ Identity - Expose classes
BuildandConstructfromhiggledy
0.3.0.0 [2019.09.16]
-
Remove
*Withvariants of option constructors and make the*Withvariant behaviour the default (meaning now options are constructed using function composition and nottoOpt) -
Remove
optprefix from modifiers. Becausedefaultis a reserved keyword, this is now nameddefaultVal(to mirrordefaultStr)NOTE: the above introduce breaking changes
0.2.0.0 [2019.09.06]
-
Trigger a parser failure when any option in the sources fails to parse
NOTE: this introduces a breaking change, in that some parsers that failed silently and selected the default (if applicable) will now fail.
0.1.3.0 [2019.08.28]
- Add
manyParserto parse list of options separated by delimiter
0.1.2.0 [2019.08.19]
- Add
optRequired(renamed torequiredfor 0.3.0.0) to mark option as required
0.1.1.0 [2019.08.16]
- Add
optDefaultStr(renamed todefaultStrfor 0.3.0.0) to provide defaults as unparsed strings - Bump dependencies (
barbiesandhiggledy)
0.1.0.1 [2019.07.19]
- Minor documentation changes
0.1.0.0 [2019.07.18]
- Initial release