Releases: Frizlab/FSEventsWrapper
Releases · Frizlab/FSEventsWrapper
FSEventsWrapper 2.1
New in this release:
- Add support for
AsyncStream
(by @mattmassicotte).
FSEventsWrapper 2.0
New in this release:
- The underlying
FSEventsStream
is now dispatched on aDispatchQueue
instead of aRunLoop
(by @mattmassicotte); - The
FSEvent
enum is nowSendable
, as well as the callback fromFSEventsStream
(also by @mattmassicotte).
FSEventsWrapper 1.0.1
Fix a memory leak.