purescript v0.9.3 Release Notes

Release Date: 2016-08-01 // over 7 years ago
  • โœจ Enhancements

    • ๐Ÿ‘ Better context information for typed hole errors (@paf31)
    • ๐Ÿ‘Œ Improved error messages in the constraint solver. Type class errors now include better contextual information, including smaller source spans. (@paf31)

    ๐Ÿ› Bug Fixes

    • Decode externs with correct encoding (@natefaubion)
    • ๐Ÿ›  Fix bad codegen for empty string fields (@LiamGoodacre, #2244)
    • Instantiate types in array literals before unification (@paf31, #2252)

    Other

    • โฌ†๏ธ Upgrade to protolude 0.1.6 (@ilovezfs)
    • โœ… Use latest LTS (@paf31, #2241)
    • โž• Add upper bound to http-client (@paf31, #2237)
    • ๐Ÿš€ Combine the sdist and coverage builds. Avoid .tix files during deployment. (@paf31)