File: CHANGELOG.md

package info (click to toggle)
haskell-config-ini 0.2.4.0-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: haskell: 987; makefile: 6
file content (56 lines) | stat: -rwxr-xr-x 1,197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
0.2.4.0
=======

- Fixed a bug that prevented `config-ini` from building with GHC 7.10
- Bumped version bounds for `containers` to enable GHC 8.6 compat

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
=======

- GHC 8.2 compatibility

0.1.2.0
=======

- GHC 7.8 backwards-compatibility
- Started changelog