Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 558 Bytes

History.md

File metadata and controls

27 lines (17 loc) · 558 Bytes

History

0.2.1 2009-01-21

enhancements

  • Ruby 1.9.1 compatibility thanks to troyk

0.2.0 2009-10-23

enhancements

  • No More Kernel Forking! The event loop used to fork to ensure signal handlers would be observed. A custom signal handling solution has replaced the need to fork.
  • The Event listener can now be stopped and restarted using FSEvent#stop and FSEvent#restart

deprecations

  • FSEvent#run now FSEvent#start

0.1.0 2009-10-15

  • Listen for events using OSX's FSEvents API