servant-quickcheck/CHANGELOG.yaml

67 lines
1.5 KiB
YAML
Raw Normal View History

2016-09-14 15:59:07 +03:00
upcoming:
2016-10-03 17:39:36 +03:00
changes:
2016-10-05 17:32:37 +03:00
- description: Add notLongerThan predicate
pr: 17
authors: jkarni
date: 2016-10-05
2016-10-03 17:39:36 +03:00
- description: Add getsHaveLastModifiedHeader predicate
pr: none
authors: jkarni
date: 2016-10-03
- description: Raise upper bounds
notes: >
For Quickcheck, aeson, http-client, servant, servant-client and
servant-server.
pr: none
authors: jkarni
date: 2016-10-03
2016-09-14 16:54:57 +03:00
releases:
2016-09-14 15:59:07 +03:00
2016-09-14 16:54:57 +03:00
- version: "0.0.2.0"
changes:
2016-09-14 15:59:07 +03:00
2016-09-14 16:54:57 +03:00
- description: Update CHANGELOG to YAML syntax.
pr: 16
authors: jkarni
date: 2016-09-14
2016-09-14 15:59:07 +03:00
2016-09-14 16:54:57 +03:00
- description: Support new CaptureAll combinator
pr: 16
authors: jkarni
date: 2016-09-14
2016-09-14 15:59:07 +03:00
2016-09-14 16:54:57 +03:00
- description: Support GHC 8
pr: 16
authors: jkarni
date: 2016-09-14
2016-09-14 15:59:07 +03:00
- version: "0.0.1.1"
changes:
- description: Exclude GHC 7.8 (by bumping base lower bound to 4.8)
pr: none
authors: jkarni
- description: More generous bounds for other packages.
pr: none
authors: jkarni
- version: "0.0.1.0"
changes:
- description: Better error messages.
notes: >
Error messages now contain failing predicate, failing response and
(except for response predicates), failing requests.
pr: none
authors: jkarni
- description: Signicant changes to RequestPredicate and ResponsePredicate types.
pr: none
authors: jkarni