Skip to content

Releases: purescript/purescript

v0.15.7-6

05 Dec 03:25
3e19a7c
Compare
Choose a tag to compare
v0.15.7-6 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.7-5

21 Nov 02:19
ae25710
Compare
Choose a tag to compare
v0.15.7-5 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.7-4

16 Nov 04:08
5f6a665
Compare
Choose a tag to compare
v0.15.7-4 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.7-3

11 Nov 01:02
7f72c69
Compare
Choose a tag to compare
v0.15.7-3 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.7-2

03 Nov 01:58
45cb5d5
Compare
Choose a tag to compare
v0.15.7-2 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.7-1

02 Nov 15:24
3b66305
Compare
Choose a tag to compare
v0.15.7-1 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.7-0

30 Oct 04:39
b7e0596
Compare
Choose a tag to compare
v0.15.7-0 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.6

18 Oct 13:04
9166355
Compare
Choose a tag to compare

Bugfixes:

  • Make FromJSON instance for Qualified backwards compatible (#4403 by @ptrfrncsmrph)

    Prior to #4293, Qualified was encoded to JSON such that

    >>> encode $ Qualified Nothing "foo"
    [null,"foo"]
    >>> encode $ Qualified (Just $ ModuleName "A") "bar"
    ["A","bar"]

    The type of Qualified has changed so that null no longer appears in JSON output, but for sake of backwards-compatibility with JSON that was produced prior to those changes (pre-v0.15.2), we need to accept null, which will be interpreted as Qualified ByNullSourcePos.

  • Fix extraneous qualifiers added to references to floated expressions (#4401 by @rhendric)

v0.15.6-1

17 Oct 17:05
7ba33da
Compare
Choose a tag to compare
v0.15.6-1 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.

v0.15.6-0

17 Oct 15:08
a2b0476
Compare
Choose a tag to compare
v0.15.6-0 Pre-release
Pre-release

This is an automated preview release. Get the latest stable release here.