master/CHANGELOG.rdoc

34 lines
696 B
Plaintext
Raw Normal View History

2010-11-25 23:56:18 +00:00
== Nov 26, 2010 [by rymai]
Features:
- It's now possible to return an enumerable in the 'watch' optional blocks in the Guardfile.
Specs:
- Guard::Watcher
== 0.2.2 (Oct 25, 2010)
2010-10-24 08:31:16 +00:00
Bugs fixes:
- Avoid creating new copy of fsevent_watch every time a file is changed. (issue #5)
== 0.2.1 (Oct 24, 2010)
Bugs fixes:
2010-10-24 08:31:16 +00:00
- Fixes for Linux support
== 0.2.0 (Oct 21, 2010)
2010-10-18 19:45:31 +00:00
Bugs fixes:
- Fixes for 1.8.6 compatibility (issue #2)
- guard init <guard-name> no more need Gemfile presence but open_gem is required now (issue #3)
2010-10-21 18:56:09 +00:00
- Removes growl & libnotify dependencies
2010-10-18 19:45:31 +00:00
2010-10-17 19:42:52 +00:00
== 0.2.0.beta.1 (Oct 17, 2010)
Features:
- Improved listeners support (rb-fsevent & rb-inotify)
- Added polling listening fallback