Skip to content

Releases: archaeron/purescript-yaml-next

v3.0.0

19 Mar 01:33
627d1f3
Compare
Choose a tag to compare

Thanks to @ad-si for the update!

  1. Removed the function readYAMLGeneric since foreign-generic will probably not be upgraded for the 0.14 version of PureScript.

  2. Updated code to support version 0.14 of PureScript.

v2.0.0

20 Oct 01:22
6fe0550
Compare
Choose a tag to compare

Now using Spago instead of Bower for dependency management (@ad-si)
Now supporting PureScript version 0.13.3 (@ad-si)
Now installing js-yaml ^3.13.1 (@ad-si)

v1.0.0

11 Sep 00:48
58035ea
Compare
Choose a tag to compare

Updates for PureScript 0.12

v0.2.0

22 May 15:35
Compare
Choose a tag to compare
  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'

v0.1.0

22 May 15:08
Compare
Choose a tag to compare

PureScript 0.11 Support