Skip to content

Releases: purescript/purescript-newtype

v5.0.0

27 Apr 15:06
29d8e6d
Compare
Choose a tag to compare

Breaking changes:

New features:

v4.0.0

26 Feb 17:17
7b292fc
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#24)
  • Removed op, which was deprecated in v1.1.0 in favor of un (#24)
  • Replaced explicit wrapping and unwrapping of newtypes by coercions (#22)
  • Added Coercible as a superclass of Newtype and removed the wrap and unwrap class members (#22)
    The wrap and unwrap functions still exist, but they are no longer members of the Newtype class and are simple aliases for coerce.

New features:

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#25)
  • Added a changelog and pull request template (#26)

v3.0.0

22 May 21:10
7d85fa6
Compare
Choose a tag to compare

Updated for PureScript 0.12

v2.0.0

25 Mar 22:40
Compare
Choose a tag to compare
  • Update for PureScript 0.11

v1.3.0

03 Feb 22:33
Compare
Choose a tag to compare
  • Added over and under variants for binary operations (@mlang)

v1.2.0

31 Dec 23:45
Compare
Choose a tag to compare
  • Added traverse and collect functions

v1.1.0

28 Oct 23:42
Compare
Choose a tag to compare
  • Introduced un as a replacement for op - op is still present but will be removed in the next major release #4
  • Documented the class law #3
  • Fixed a code block in the documentation

v1.0.0

02 Oct 17:22
Compare
Choose a tag to compare
  • Initial release for the 0.10 compiler.

v0.1.0

23 Sep 11:43
Compare
Choose a tag to compare

Initial versioned release.