Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.65 KB

Changelog

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

This project adheres to Semantic Versioning.

[1.3.2] - 2021-08-30

Added

  • Thread protection to the watched URLs array in all relevant methods

[1.3.0] - 2020-05-19

Changed

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.