Releases: krzysztofzablocki/KZFileWatchers
Releases · krzysztofzablocki/KZFileWatchers
1.2.0
What's Changed
- Bug/callback not on main thread by @SandeepAggarwal in #23
- Vends library product in Swift package manifest, fixing issue #25 by @ctxppc in #26
New Contributors
- @SandeepAggarwal made their first contribution in #23
- @ctxppc made their first contribution in #26
Full Changelog: 1.1.0...1.2.0
Objective-C Interop
Add objective-c interoperability (#19) * Add objective-c interoperability * Add parameter to delegates method. * Fix comment
1.0.5
1.0.4
- tvOS support
1.0.3
- Added auto retry functionality to deal with MacVim behaviour
SwiftPM support
Added support for SwiftPM, thanks to @vknabel!
Enabled OSX support
- Enabled OSX support
- Raising version to 1.0 since this is stable implementation and I'm always too afraid of making 1.0 versions
¯\_(ツ)_/¯
Swift 3
Updates the code to Swift 3 syntax.
Improve support for text editors
Changes how renames are treated, this solves issue with TextEdit.app
not triggering updates