purescript v0.8.4 Release Notes

Release Date: 2016-04-06 // almost 8 years ago
  • ๐Ÿš€ This is an interim bug fix release before 0.9.0.

    โœจ Enhancements

    • Check that FFI imports match with implementations (@hdgarrood)

    This is technically a breaking change, since some existing code might fail to compile if it has missing FFI code (purescript-dom is an example), but these libraries should be fixed soon.

    • Import helper commands in psc-ide (@kRITZCREEK)

    ๐Ÿ› Bug Fixes

    • Disallow constraint generalization for recursive functions. (#1978, @paf31)
    • ๐Ÿ›  Fix #1991, instantiate polymorphic types before unification (@paf31)
    • ๐Ÿ‘‰ Use UTF8 when writing to stdout and stderr (@garyb)
    • ๐Ÿ›  Fix for rendered constrained types needing parens. (@LiamGoodacre)
    • everythingWithScope improperly traversing binary ops (@LiamGoodacre)

    Other

    • โšก๏ธ Update to use language-javascript 0.6.x (@nwolverson)