Skip to content

Releases: purescript-contrib/purescript-aff-bus

v6.0.0

27 Apr 23:22
9456c59
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v5.0.1

09 Nov 10:41
b464184
Compare
Choose a tag to compare

Other improvements:

  • Fixed typos in the LICENSE file that made it impossible for licensee to detect the license (#29 by @maxdeviant)

v5.0.0

26 Feb 20:18
a3122bc
Compare
Choose a tag to compare

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 from master
  • 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

26 Nov 15:04
5f60dc3
Compare
Choose a tag to compare
  • Updated for PureScript 0.12.x
  • Fixed leak in make loop
  • Fixed read to not block forever when a bus is killed

(@safareli)

v3.1.0

12 Apr 19:04
bd69a69
Compare
Choose a tag to compare
  • Relaxed make to use a MonadEff constraint rather than concrete Aff (@safareli)

v3.0.1: Use multi-AVar representation for internals

19 Feb 11:15
3eb7a91
Compare
Choose a tag to compare
Merge pull request #6 from slamdata/fancy-new-old-bus

Moves back to using a List of AVars for the listeners

v3.0.0

22 Nov 18:30
835181a
Compare
Choose a tag to compare
  • Updated for Aff v4 and new AVar

v2.0.0: Updated for 0.11 (#2)

04 Apr 15:17
Compare
Choose a tag to compare

Updates for PureScript 0.11

v1.0.0

23 Nov 13:21
Compare
Choose a tag to compare

Initial release.