All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.2.0 - 2018-09-27
- Swift 4 support.
Unlock
event notification, for files being unlocked by thefunlock
syscall.DataAvailable
event notification, to test forEVFILT_READ
activation.- This changelog.
- Logging to the system console.
1.1.0 - 2017-04-25
- Method
fileDescriptorForPath
inSKQueue
. - Optional
delegate
parameter to theSKQueue
initializer.
1.0.0 - 2017-04-10
- API follows the Swift API Design Guidelines.
- An overloaded
receivedNotification
in theSKQueueDelegate
protocol which accepts notification as a string.
0.9.0 - 2017-04-10
- Swift package manager support.