mirror of
https://github.com/rowtype-yoga/purescript-yoga-json.git
synced 2024-11-26 00:08:43 +03:00
603 B
603 B
Changelog
v4.0.0
- Replace
bigints
dependency withjs-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
andMap
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