You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
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).
2
2
3
+
### 1.3.0.0
4
+
5
+
Breaking changes:
6
+
*`GKeyValue` has been renamed to `KeyValuePair`, thanks to Xia Li-yao
7
+
* Removed unused `FromJSON` constraint in `withEmbeddedJson`, thanks to Tristan Seligmann
8
+
9
+
Other improvements:
10
+
* Optimizations of TH toEncoding, thanks to Xia Li-yao
11
+
* Optimizations of hex decoding when using the default/pure unescape implementation, thanks to Xia Li-yao
12
+
* Improved error message on `Day` parse failures, thanks to Gershom Bazerman
13
+
* Add `encodeFile` as well as `decodeFile*` variants, thanks to Markus Hauck
14
+
* Documentation fixes, thanks to Lennart Spitzner
15
+
* CPP cleanup, thanks to Ryan Scott
16
+
17
+
### 1.2.4.0
18
+
19
+
* Add `Ord` instance for `JSONPathElement`, thanks to Simon Hengel.
20
+
21
+
3
22
### 1.2.3.0
4
23
5
24
* Added `withEmbeddedJSON` to help parse JSON embedded inside a JSON string, thanks to Jesse Kempf.
0 commit comments