Releases: purescript-contrib/purescript-aff
Releases · purescript-contrib/purescript-aff
v8.0.0
Raises minimum version of parallel
v7.0.0
Breaking changes:
Other improvements:
- Added
purs-tidy
formatter (#207 by @thomashoneyman)
- Ensure all directly-imported packages are included in the
spago.dhall
file (#205 by @ptrfrncsmrph)
v6.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#196)
New features:
- Added roles declarations to allow safe coercions (#194)
Bugfixes:
- Fixed typo in
forkAff
documentation (#184)
Other improvements:
- Added disclaimer about non-working examples in README (#188)
- Changed default branch to
main
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#195)
v5.1.2
- Try to recover when exceptions are thrown in pure code (@ford-prefect)
- Fix memory leak in supervisors where child fibers are retained even though they have completed (@eric-corumdigital)
v5.1.1
- Fixes supervision when no child fibers are active (#164)
- Fixes various bugs around resumption within a bracket mask (#171)
v5.0.2
- Don't resume from an enqueued task if interrupted (#162)
- Fix finalization after failure (#161)
v5.0.1
- Fixes runtime error when running an async canceler in a
ParAff
apply
operation (#153)
v5.0.0
Updated for PureScript 0.12