Skip to content

Releases: smol-rs/event-listener

v3.0.1

29 Oct 01:58
v3.0.1
ca65475
Compare
Choose a tag to compare
  • Emphasize that listen() must be called on EventListener in documentation. (#90)
  • Write useful output in fmt::Debug implementations. (#86)

v3.0.0

10 Sep 18:46
d2ed2cd
Compare
Choose a tag to compare
  • Use the parking crate instead of threading APIs (#27)
  • Bump MSRV to 1.59 (#71)
  • Breaking: Make this crate no_std-compatible on default-features = false. (#34)
  • Create a new event-listener-strategy crate for abstracting over blocking/non-blocking operations. (#49)
  • Breaking: Change the EventListener API to be !Unpin. (#51)
  • Enable a feature for the portable-atomic crate. (#53)
  • Breaking: Add a Notification trait which is used to enable tagged events. (#52)
  • Add an is_notified() method to Event. (#48)
  • Breaking: Make it so notify() returns the number of listeners notified. (#57)

v2.5.3

27 Jul 02:28
Compare
Choose a tag to compare
  • Fix fence on x86 and miri.

v2.5.2

22 Jan 07:40
Compare
Choose a tag to compare
  • Fix stacked borrows violation when -Zmiri-tag-raw-pointers is enabled. (#24)