8 curated breaking changes across major versions of event-listener. Use this as a migration checklist before bumping dependencies.
The heap-based API of the v2.x line is back.
However, there is a stack-based API as an alternative.
Add a way to get the total number of listeners. (#114)
Create a new `event-listener-strategy` crate for abstracting over blocking/non-blocking operations. (#49)
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/cargo/event-listener**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)