File: changelog.md

package info (click to toggle)
haskell-csv-conduit 0.7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: haskell: 1,307; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 763 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0.7.3.0
* Add ordered versions of named records for consistent, controllable header column ordering. [PR 44](https://github.com/ozataman/csv-conduit/pull/44)
* Add support for GHC 9.0.1

0.7.2.0
* Remove some dependency upper bounds for forward compatibility.

0.7.1.0
* Add MonadFail instance for Parser. [PR 38](https://github.com/ozataman/csv-conduit/pull/38)

0.7.0.0
* BREAKING: Switch from partial Monoid instance on Parser to total Semigroup instance.
* Compatibility with GHC 8.4.x/base-4.11.1.0

0.6.8.1
* Fix documentation mistake in FromNamedRecord/ToNamedRecord examples.

0.6.8
* Haddocks improvements
* Fix inlining and specialization rules around formatDecimal
* Updates to permit newest conduit/resourcet packages

0.6.7
* Fix build for GHC 8.0.1