Changelog for envparse-0.6.0
0.6.0
A PVP-compliant re-release of 0.5.2 with no changes. (I missed a breaking change back in 0.5.1.)
0.5.2
- Added
eitherReader. (https://github.com/supki/envparse/pull/24)
0.5.1
-
Added configurable maximum info block width (https://github.com/supki/envparse/pull/21).
-
Added
instance (Field e a, ...) => Field e (Maybe a)for generic environment parsing. (https://github.com/supki/envparse/pull/16)
0.5
-
Added
char. -
Fixed masking parse errors with default values. (https://github.com/supki/envparse/issues/8)
-
Replaced
keepwithsensitive. All variables are kept in the environment after a successul parse except those wrapped insensitive. (https://github.com/supki/envparse/issues/9)
0.4.1
- Supported GHC 8.4.3.
0.4
-
Supported GHC 8.0.1.
-
On GHC 7.8 and newer, as a secutiry measure, all declared variables are unset by the end of a successful parse. If you want to keep the variable in the environment, use the
keepmodifier. (https://github.com/supki/envparse/pull/7)
0.3.4
- Added
splitOn.
0.3.3
- Removed the unnecessary
AsEmptyandAsUnsetconstraints on the error type in theflagandswitchparsers.
0.3.2
- Added
showDef.
0.3.1
- Supported
Generically derivedParsers on GHC 7.10.
0.3.0
-
Supported user-defined
Readererrors. (https://github.com/supki/envparse/pull/4) -
Widened the range of GHC versions to test the library with from 7.6–7.8 to 7.6–HEAD.
0.2.2
- Added
helpDoc, aParserpretty-printer for use in error messages.
0.2.1
- Cosmetic changes in the help output.
0.2.0
-
Added
prefixed. -
Added
parseOr, a slightly generalized version ofparse. -
Renamed
parseTesttoparsePure.
0.1.0
- Initial release.