- Bugfix with new 'include' keyword - guest path wasn't always correct using includes
- Updated version to semantically indicate addition of 'include' keyword
- Added new 'include' keyword (complimenting the 'exclude' keyword) to help work around symlink issues with guard/listen
- Combined event alerting into single multi-line string instead of multiple single lines
- File change lock-out scales with number of files changed (+0.02s/file)
- Touch and rm commands on guest machine now sent at the same time
- Renamed to vagrant-fsevents
- Updated readme
- Applied Rubocop linting
- Extensive refactor/restructure
- Fix for "No such file or directory" on Windows host (#11)
- Breaking change: Minimum required Vagrant version changed to 1.7.3+
- Fixed a dependency issue with celluloid (#10, @leafac)
Note: This release was yanked due to a dependency issue
- Added command synopsis (#7, @leafac)
- Fix issue with vagrant runtime dependency on celluloid (#8, @leafac)
Note: This release was yanked due to a dependency issue
- Breaking change: Added support for forwarding file addition/removal (#6, @leafac)
- Depend on
vagrant
rather thanlisten
for better compatibility with upstream (#5, @leafac) - Added documentation (#3 & #4, @leafac)
- Fix multimachine use, allow specifying which machine to target (@elskwid)
- Fix
listen
dependency
- Uses access time modification, rather than modified time
- Allow guest path overriding
- Increase the delay between changes to 2 seconds