Releases: aus-der-Technik/FileMonitor
Releases · aus-der-Technik/FileMonitor
1.2.1
AsyncStream support
- Adds support for AsyncStream (Thanks to @mcritz)
- Swift 5.9 is a minimum requirement.
- Fixes Swift 6 error for setting tupel
- Split of asynchronous test and delegation test to avoid hang-ups in Linux
Delegate protocol name changed to FileDidChangeDelegate
- Rename FileDidChangedDelegate to FileDidChangeDelegate
- Update Readme
A big thanks to @finestructure
1.0.0
Watch for file changes in a directory with a unified API on Linux and macOS.
Features:
- Detection of file creations
- Detection of file modifications
- Detection of file deletions
All events are propagated through a delegate function using a switchable enum type.