1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# Revision history for cborg-json
## 0.2.6.0
* Use `Base62Url` encoding for bytes
* Support GHC 9.8
## 0.2.5.0 -- 2022-09-24
* Support GHC 9.4
* Drop GHC 8.0 and 8.2 support
* Support aeson 2.1
## 0.2.2.0 -- 2019-12-29
* Use `replicateM` to significantly speed up decoding. Now faster than Aeson!
* Add support for decoding half-precision and single-precision floating-point
numbers.
* Version bumps and support for GHC 8.8
## 0.1.0.0 -- 2017-08-01
* First version. Released on an unsuspecting world.
|