Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Releases: slamdata/purescript-ejson

v13.0.0

26 Apr 12:57
3e49aa4

Choose a tag to compare

Updated for PureScript 0.14

v12.0.0

04 Mar 01:10
1bacf69

Choose a tag to compare

Updated dependencies

v11.0.0: Merge pull request #25 from cryogenian/compiler/0.12

28 Jun 05:14
d83ca24

Choose a tag to compare

v10.0.1

02 Aug 15:15

Choose a tag to compare

  • Fixes printers and parsers for strings and numbers.

v10.0.0

28 Jun 15:12

Choose a tag to compare

  • Integer now uses HugeInt

v9.0.0

21 Apr 19:22

Choose a tag to compare

  • Updated for PureScript 0.11

Removed tagged literals

19 Apr 12:06

Choose a tag to compare

  • Removed tagged literals (OID, Date, Timestamp etc)
  • Fixed argonaut instances, now map with any kind of keys can be encoded/decoded
  • Coalgebraic Gen

v7.1.0

18 Apr 13:06

Choose a tag to compare

  • Added Foldable and Traversable instances for CursorF

v7.0.0

14 Mar 12:33

Choose a tag to compare

  • Introduce EJsonMap to handle special cases for equality, ordering, mapping in EJsonF
  • Parser module now exports parsers for individual values

v6.0.0: Use proper types for date/time values (#15)

10 Mar 14:06

Choose a tag to compare

Using Date|Time types, more matryoshka's polymorphic functions, added Show instances for EJson and Cursor