mirror of
https://github.com/rowtype-yoga/purescript-yoga-json.git
synced 2024-11-26 00:08:43 +03:00
27 lines
603 B
Markdown
27 lines
603 B
Markdown
|
# Changelog
|
||
|
|
||
|
## v4.0.0
|
||
|
- Replace `bigints` dependency with `js-bigints` so that no more external npm dependency is needed (#11 by @sigma-andex)
|
||
|
|
||
|
## v3.0.2
|
||
|
- Minor internal updates
|
||
|
- Improve error handling
|
||
|
- Add codecs and `JSDate` (@i-am-the-slime)
|
||
|
|
||
|
## v3.0.1
|
||
|
- Readme update
|
||
|
|
||
|
## v3.0.0
|
||
|
- Add codecs for enums and more instances (#9 by @i-am-the-slime)
|
||
|
- Add codecs for `Map` and `Map` with newtype (#4 by @i-am-the-slime)
|
||
|
|
||
|
## v2.0.0
|
||
|
- Add support for `BigInt` (#5 by @sigma-andex)
|
||
|
- Improve Generics (#3 by @i-am-the-slime)
|
||
|
|
||
|
## v1.0.1
|
||
|
- Add Generics (#2 by @i-am-the-slime)
|
||
|
|
||
|
## v1.0.0
|
||
|
- Initial commit
|