Skip to content

Commit

Permalink
Bump to 1.4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Apr 28, 2019
1 parent 85529fc commit 378ff14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aeson.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aeson
version: 1.4.2.0
version: 1.4.3.0
license: BSD3
license-file: LICENSE
category: Text, Web, JSON
Expand Down
16 changes: 13 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
For the latest version of this document, please see [https://github.com/bos/aeson/blob/master/changelog.md](https://github.com/bos/aeson/blob/master/changelog.md).

## Upcoming
* Exposes internal helper functions like `<?>`, `JSONPath`, and `parseIndexedJSON` from `Data.Aeson` module. Does not include any breaking changes.
* Support building with `th-abstraction-0.3.0.0` or later.
### 1.4.3.0
* Improve error messages for FromJSON in existing instances and GHC Generic implementation. Thanks to Xia Li-Yao & Igor Pashev.
* Tweak error-reporting combinators and their documentation. Thanks to Xia Li-Yao.
* `typeMismatch` is now about comparing JSON types (i.e., the expected and actual names of the Value constructor).
* `withObject` and other `with*` combinators now also mention the JSON types they expect
* New `unexpected` and `prependFailure` combinators.
* Add `Contravariant` `ToJSONKeyFunction` instance. Thanks to Oleg Grenrus.
* Add `KeyValue` instance for `Object`. Thanks to Robert Hensing.
* Improve performance when parsing certain large numbers, thanks to Oleg Grenrus.
* Add `Data.Aeson.QQ.Simple` - A limited version of aeson-qq. Thanks to Oleg Grenrus.
* Exposes internal helper functions like `<?>`, `JSONPath`, and `parseIndexedJSON` from `Data.Aeson` module. Thanks to Abid Uzair.
* Better error messages when there are syntax errors parsing objects and arrays. Thanks to Fintan Halpenny.
* Support building with `th-abstraction-0.3.0.0` or later. Thanks to Ryan Scott.

### 1.4.2.0

Expand Down

0 comments on commit 378ff14

Please sign in to comment.