# Revision history for yaml-combinators
## 1.1.2
* Add an `extraFields` combinator
## 1.1.1.2
* Drop support for old GHCs
* Update to generics-sop 0.5
## 1.1.1.1
Make compatible with GHC 8.4 and drop support for GHC 7.x
## 1.1.1
Add `anyValue`, which parses any JSON value
## 1.1
* Add `null_`
* Expose `ppParseError`
* Improve the quality of error messages
* Change the definition of the `Reason` type
## 1.0.1 — 2017-06-13
* Add `validate`
## 1.0 — 2017-03-03
* First version. Released on an unsuspecting world.