Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.2.0 - 2018-09-27

Added

  • Swift 4 support.
  • Unlock event notification, for files being unlocked by the funlock syscall.
  • DataAvailable event notification, to test for EVFILT_READ activation.
  • This changelog.

Removed

  • Logging to the system console.

1.1.0 - 2017-04-25

Added

  • Method fileDescriptorForPath in SKQueue.
  • Optional delegate parameter to the SKQueue initializer.

1.0.0 - 2017-04-10

Changed

Removed

  • An overloaded receivedNotification in the SKQueueDelegate protocol which accepts notification as a string.

0.9.0 - 2017-04-10

Added

  • Swift package manager support.