Changelog for config-ini-0.2.3.0
0.2.3.0
- Add the
iniValueL
lens for access to the underlying INI value in a
value of type Ini s
- Bumped compatible version of
megaparsec
0.2.2.0
- Added
sections
, sectionOf
, and sectionsOf
helpers to the
vanilla API for more flexibility in working with section names
- Put
test-doctest
behind a flag, which is disabled by default
0.2.1.1
- Fix doctest pointing at deprecated API
0.2.1.0
- Fix regression in standard API where values would be reported with
extraneous whitespace
0.2.0.1
- Include prewritten test cases in distributed package
0.2.0.0
- Introduced
Data.Config.Ini.Bidir
, which introduces a new alternate
API for working with Ini files.
- Reworked the internal representation to accomodate
Data.Config.Ini.Bidir
; as such, the structure of
Data.Config.Ini.Raw
is radically changed
- Dropped GHC 7.8 backwards-compatibility.
0.1.2.1
0.1.2.0
- GHC 7.8 backwards-compatibility
- Started changelog