Releases: guard/rb-fsevent
Releases · guard/rb-fsevent
v0.11.2
- Avoid modifying string literals #91
v0.11.1
- rescue Errno::EBADF when closing pipe #92
v0.11.0
- Add arm64 arch to support Apple M1 #88
v0.10.4
- Remove bundler development dependency #85
v0.10.3
- Fix abnormal termination fails silently + burns cpu (#81)
v0.10.2
While procs are flexible about arity, lambdas and converted methods are not. Thus passing in two parameters broke any such callbacks. The only change in this release is that callback block arity is checked before passing in any values.
v0.10.1
- rebuilt
fsevent_watch
against 10.8
- fixed documentation
v0.10.0
- MacOS 10.13 specific flags added to compatibility code
- Added second parameter to callback with more detailed event info
- Switched communication format to OTNetstrings, fixing a bug where some events were ignored if they contained certain characters
- Removed custom path fixture from tests as there have been complaints about using the gem with maven (??)
v0.9.8
- fsevent_watch : Fix "zombie" processes not dying (#62)
v0.9.7
- Remove spec files from gemspec. (#58)