Skip to content

Releases: purescript/purescript-st

v6.2.0

01 Oct 01:25
Compare
Choose a tag to compare

New features:

v6.1.0

26 Sep 22:05
Compare
Choose a tag to compare

New features:

  • Adds uncurried ST functions with similar signatures and purposes as effect uncurried functions (#52 by @mikesol)

v6.0.0

27 Apr 19:45
2cc7ae1
Compare
Choose a tag to compare

Breaking changes:

v5.0.1

27 Apr 20:24
Compare
Choose a tag to compare

Other improvements:

v5.0.0

26 Feb 18:10
1028e08
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#37)

New features:

  • Add roles declarations to allow safe coercions (#37)

Bugfixes:

Other improvements:

  • Removed primes from foreign module exports (#29)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#38)
  • Added a changelog and pull request template (#40, #41)

v4.1.1

04 Mar 13:13
8133841
Compare
Choose a tag to compare
  • Re-release with v tag prefix for package-sets

4.1.0

23 Feb 15:36
8133841
Compare
Choose a tag to compare
  • Added Global region that allows ST computations to run in a global context or be converted to Effect
  • Added MonadST class

v4.0.1

02 Nov 17:09
Compare
Choose a tag to compare

v4.0.0

23 May 14:10
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • ST is now a type of its own rather than integrating with effects
  • The names in STRef have been shortened for less repetition with qualified imports
  • The argument order of functions has changed so the STRef is always in the last position

v3.0.0

26 Mar 02:15
Compare
Choose a tag to compare
  • Updated for PureScript 0.11