This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Releases: slamdata/purescript-ejson
Releases · slamdata/purescript-ejson
v13.0.0
v12.0.0
v11.0.0: Merge pull request #25 from cryogenian/compiler/0.12
v10.0.1
- Fixes printers and parsers for strings and numbers.
v10.0.0
v9.0.0
Removed tagged literals
- 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
v7.0.0
v6.0.0: Use proper types for date/time values (#15)
Using Date|Time
types, more matryoshka's polymorphic functions, added Show
instances for EJson
and Cursor