Releases: purescript/purescript-st
Releases · purescript/purescript-st
v6.2.0
New features:
- Add Semigroup and Monoid instances (#51 by @purefunctor)
v6.1.0
v6.0.0
Breaking changes:
- Migrate FFI to ES modules (#47 by @kl0tl and @JordanMartinez)
v5.0.1
Other improvements:
- Fix warnings revealed by v0.14.1 PS release (#43 by @JordanMartinez)
v5.0.0
v4.1.1
4.1.0
v4.0.1
v4.0.0
- 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