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
FSEventsStreamis now dispatched on aDispatchQueueinstead of aRunLoop(by @mattmassicotte); - The
FSEventenum is nowSendable, as well as the callback fromFSEventsStream(also by @mattmassicotte).
FSEventsWrapper 1.0.1
Fix a memory leak.