Skip to content

Releases: guard/rb-fsevent

v0.11.2

Choose a tag to compare

@thibaudgg thibaudgg released this 29 Aug 15:18
623f64a
  • Avoid modifying string literals #91

v0.11.1

Choose a tag to compare

@thibaudgg thibaudgg released this 06 Feb 13:39
e46390c
  • rescue Errno::EBADF when closing pipe #92

v0.11.0

Choose a tag to compare

@thibaudgg thibaudgg released this 08 May 11:35
b3ed644
  • Add arm64 arch to support Apple M1 #88

v0.10.4

Choose a tag to compare

@thibaudgg thibaudgg released this 30 Apr 14:37
4f599c6
  • Remove bundler development dependency #85

v0.10.3

Choose a tag to compare

@thibaudgg thibaudgg released this 03 Mar 19:28
fcfd339
  • Fix abnormal termination fails silently + burns cpu (#81)

v0.10.2

Choose a tag to compare

@ttilley ttilley released this 01 Jul 03:44

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

Choose a tag to compare

@ttilley ttilley released this 29 Jun 15:56
  • rebuilt fsevent_watch against 10.8
  • fixed documentation

v0.10.0

Choose a tag to compare

@thibaudgg thibaudgg released this 29 Jun 15:54
  • 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

Choose a tag to compare

@thibaudgg thibaudgg released this 24 Oct 18:24
f94973f
  • fsevent_watch : Fix "zombie" processes not dying (#62)

v0.9.7

Choose a tag to compare

@thibaudgg thibaudgg released this 29 Dec 14:50
  • Remove spec files from gemspec. (#58)