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
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
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
-
## Upcoming
4
-
5
-
* Add `FromJSON` and `ToJSON` instances for `DiffTime`, thanks to Víctor López Juan
6
-
* Fix handling of fractions when parsing Natural.
7
-
Change text in error messages for Integral types to make them follow the common pattern.
8
-
PVP level is "Non-breaking change".
9
-
10
-
## 1.2.1.0
3
+
### 1.2.2.0
4
+
5
+
* Add `FromJSON` and `ToJSON` instances for
6
+
*`DiffTime`, thanks to Víctor López Juan.
7
+
*`CTime`, thanks to Daniel Díaz.
8
+
* Fix handling of fractions when parsing Natural, thanks to Yuriy Syrovetskiy.
9
+
* Change text in error messages for Integral types to make them follow the common pattern, thanks to Yuriy Syrovetskiy.
10
+
* Add missing `INCOHERENT` pragma for `RecordToPair`, thanks to Xia Li-yao.
11
+
* Everything related to `Options` is now exported from `Data.Aeson`, thanks to Xia Li-yao.
12
+
* Optimizations to not escape text in clear cases, thanks to Oleg Grenrus.
13
+
* Some documentation fixes, thanks to Phil de Joux & Xia Li-yao.
14
+
15
+
### 1.2.1.0
11
16
12
17
* Add `parserThrowError` and `parserCatchError` combinators, thanks to Oleg Grenrus.
0 commit comments