Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 695 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 695 Bytes

Changelog

v4.0.1

  • Allow the type of read* functions to be visibly applied (#24 by @postsolar)

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