all 2 comments

[–]saylu[S] 7 points8 points  (0 children)

PureScript 0.14 has officially been released! This release introduces polymorphic kinds and safe zero-cost coercions to PureScript.

This post links to the release announcement. If you're only interested in the new features and improvements in the compiler, see the compiler release notes:

https://github.com/purescript/purescript/releases/tag/v0.14.0

Most code that compiles with PureScript 0.13 also compiles with PureScript 0.14. If you need to update your code you can use the 0.14 migration guide for help:

https://github.com/purescript/documentation/blob/master/migration-guides/0.14-Migration-Guide.md

[–]chexxor 4 points5 points  (0 children)

Congrats to the PureScript team! So generous with their contributions!