Releases: purescript/purescript-refs
Releases · purescript/purescript-refs
v6.0.0
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#29)
New features:
- Allow the construction of self-referential
Ref
s (#21) - Add roles declarations to allow safe coercions (#29)
Bugfixes:
Other improvements:
- Add some examples and tests and update documentation (#19, #20, #31)
- Remove primes from foreign module exports in preparation for ES modules (#24)
- Remove
return {}
from FFI implementations for a small performance boost (#27) - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#33)
- Added a changelog and pull request template (#34, #35)
v4.1.0
- Added
modify_
-modify
with aUnit
return (@justinwoo)
v4.0.0
v3.0.0
v2.0.0
v1.0.0
v1.0.0-rc.1
- Release candidate for the psc 0.8+ core libraries
v0.2.0
v0.2.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.