Changelog
April 14, 2026 ยท View on GitHub
notify-types 2.1.1 (unreleased)
- CHANGE: raise MSRV to 1.88
- CHANGE: add
#[must_use]annotations toEventKindpredicates plusEventandEventAttributesgetter/builder APIs
notify-types 2.1.0 (2026-01-25)
- FEATURE: add
EventKindMaskfor filtering filesystem events #736
notify-types 2.0.0 (2025-01-10)
- CHANGE: replace instant crate with web-time #652 breaking
- CHANGE: the web-time dependency is now behind the
web-timefeature breaking
notify-types 1.0.1 (2024-12-17)
- FIX:
Event::kindserialization withserialization-compat-6feature #660
notify-types 1.0.0 (2024-10-25)
New crate containing public type definitions for the notify and debouncer crates. #559
- CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript;
the old behavior can be restored using the new feature flag
serialization-compat-6#558 #568 breaking - CHANGE: use instant crate (which provides an
Instanttype that works in Wasm environments) #570