Skip to content

v0.2.0

Choose a tag to compare

@dgendill dgendill released this 22 May 15:35
· 22 commits to master since this release
  1. YAML object keys are no longer quoted when decoding.
  2. No longer support YAML 1.1 (using yaml.safeDump(v, {noCompatMode : true}) in FFI).
  3. Removed Foreign code in favor of DecodeJSON and EncodeJSON with argonaut.
  4. Explicit exports in modules now.
  5. Added ToYAML instances for StrMap and Map.
  6. Now available via the bower registry as 'purescript-yaml-next'