Releases: guard/listen
Releases · guard/listen
v2.0.0
Breaking changes
- Ruby MRI < 1.9.2 support removed.
- "Object" API removed, use normal "block" API instead.
- Filter & filter! options removed, please use ignore & ignore! instead.
- Start method will no more block now.
- relative_paths option removed (always returns absolute path now).
Improvements
- Full rewrite with Celluloid.
- Simpler & better API.
Bug fix from 2.0.0.pre.1
- Handle relative dir paths as directories params
v2.0.0.pre.1
Fix
- Add missing Pathname require. (#140)
v2.0.0.beta.2
Improvement
- Add #ignore and #ignore! to Listener. (@thibaudgg)
v2.0.0.beta.1
Beta issues
- *BSD and Windows adapter hasn't be tested yet
- JRuby and Rubinius support with polling only, specs not reliable on travis
Help is very welcome for these issues. Thanks!
Breaking changes
- Ruby MRI < 1.9.2 support removed. (@thibaudgg)
- "Object" API removed, use normal "block" API instead. (@thibaudgg)
- Filter & filter! options removed, please use ignore & ignore! instead. (@thibaudgg)
- Start method will no more block now. (@thibaudgg)
Improvements
- Full rewrite with Celluloid. (@thibaudgg)
- Simpler & better API. (@thibaudgg)
v1.3.1
v1.3.0
v1.2.3
Improvement
- Rescue changes callback and warms if something bad happens. (reported by @21croissants, added by @thibaudgg)
v1.2.2
Bug fix
- Rescue all error on sha1_checksum generation. (@thibaudgg)
v1.2.1
Improvement
- Ignore 'bundle' folder by default. (@thibaudgg)