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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
# Version 0.6.0
* Remove support for `Control.Monad.Trans.Error`.
# Version 0.5.1.5
* Remove upper bound limits on dependencies other than `base`.
# Version 0.5.1.4
* Bump upper bound dependency on `pipes`.
# Version 0.5.1.3
* Bump upper bound dependency on `transformers`.
# Version 0.5.1.2
* Bump upper bound dependency on `attoparsec`.
# Version 0.5.1.1
* Bump upper bound dependency on `text`.
# Version 0.5.1
* Bump upper bound dependency on `attoparsec`.
# Version 0.5.0
* Correctly propagate state in `parsedL`.
* `parse` and `parseL` return `Nothing` if used on an exhausted
`Producer`.
* Performance improvements.
# Version 0.4.0.1
* Relax lower and upper dependencies on `text`.
# Version 0.4.0
* API revamped in order to support pipes-parse-3.0.*.
# Version 0.3.1
* Support attoparsec-0.11.
# Version 0.3.0
* Upgrade to pipes-4.0.0 and pipes-parse-2.0.0, removing proxy
transformers and changing the API substantially.
# Version 0.2.0.0
* Droped the previous API in favour of a new and incompatible API
that supports interleaved parsing by relying on pipes-parse.
# Version 0.1.0.1
* First version mentioned in NEWS file.
|