Skip to content

Releases: aus-der-Technik/FileMonitor

1.2.1

15 Oct 15:44
5adbe8f

Choose a tag to compare

  • AsyncStream support
  • Regular updates to get working on it, again.

AsyncStream support

17 Jun 17:27
ef22f14

Choose a tag to compare

  • 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

17 Jul 08:12

Choose a tag to compare

  • Rename FileDidChangedDelegate to FileDidChangeDelegate
  • Update Readme

A big thanks to @finestructure

1.0.0

22 May 13:40

Choose a tag to compare

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.