- Allow the type of
read*
functions to be visibly applied (#24 by @postsolar)
- Replace
bigints
dependency withjs-bigints
so that no more external npm dependency is needed (#11 by @sigma-andex)
- Minor internal updates
- Improve error handling
- Add codecs and
JSDate
(@i-am-the-slime)
- Readme update
- 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)
- Add support for
BigInt
(#5 by @sigma-andex) - Improve Generics (#3 by @i-am-the-slime)
- Add Generics (#2 by @i-am-the-slime)
- Initial commit