Releases: purescript-contrib/purescript-aff-bus
Releases · purescript-contrib/purescript-aff-bus
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#31 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#30 by @thomashoneyman)
v5.0.1
Other improvements:
- Fixed typos in the LICENSE file that made it impossible for licensee to detect the license (#29 by @maxdeviant)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#24)
New features:
- Added roles declarations to forbid unsafe coercions (#20)
Bugfixes:
Other improvements:
- Updated directory structure to match module name for
Effect.Aff.Bus
(#16) - Changed default branch to
main
frommaster
- 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 (#21)
v4.0.0
v3.1.0
v3.0.1: Use multi-AVar representation for internals
Merge pull request #6 from slamdata/fancy-new-old-bus Moves back to using a List of AVars for the listeners
v3.0.0
- Updated for Aff v4 and new AVar
v2.0.0: Updated for 0.11 (#2)
Updates for PureScript 0.11
v1.0.0
Initial release.