2011-04-14 19:40:46 +00:00
|
|
|
== 0.3.1 (Avril 14, 2011)
|
|
|
|
|
2011-04-14 19:38:30 +00:00
|
|
|
Features:
|
|
|
|
- Added a command line option (-n false) to disable notifications (growl/libnotify)
|
2011-01-26 13:03:48 +00:00
|
|
|
|
|
|
|
Bugs fixes:
|
|
|
|
- Return unique filenames from Linux listener (Marian Schubert)
|
2011-02-21 11:07:09 +00:00
|
|
|
- Guard.get_guard_class return wrong class when loaded nested class. (koshigoe)
|
2011-02-22 14:15:09 +00:00
|
|
|
- Fixed open-gem/gem_open dependency problem by using `gem which` to locate guards gem path
|
2011-04-14 19:38:30 +00:00
|
|
|
- Fixed an invalid ANSI escape code in UI.reset_line (gix)
|
2011-01-26 13:03:48 +00:00
|
|
|
|
2011-01-19 22:08:41 +00:00
|
|
|
== 0.3.0 (Jan 19, 2011)
|
|
|
|
|
2011-01-19 22:05:45 +00:00
|
|
|
== Jan 19, 2011 [by thibaudgg]
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- The whole directory are now watched after that run_on_change was launched on all guards to detect new files modifications.
|
|
|
|
|
2010-12-17 17:14:33 +00:00
|
|
|
== Dec 17, 2010 [by netzpirat]
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- New DSL method: `group` allows you to group several guards.
|
|
|
|
- New CLI option: `--group group_name` to specify certain groups of guards to start.
|
|
|
|
|
2010-12-16 00:22:42 +00:00
|
|
|
== Dec 16, 2010 [by rymai]
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- 'watch' patterns are now more strict: Strings are matched with '==', Regexp are matched with Regexp#match.
|
|
|
|
- A deprecation warning is displayed if your Guardfile contains String that look like Regexp (bad!).
|
|
|
|
|
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
|
|
|
|
|
2010-11-26 07:37:56 +00:00
|
|
|
Bugs fixes:
|
|
|
|
- Avoid launching run_on_change guards method when no files matched. --clear guard argument is now usable.
|
|
|
|
|
2010-10-27 12:06:15 +00:00
|
|
|
== 0.2.2 (Oct 25, 2010)
|
2010-10-24 08:31:16 +00:00
|
|
|
|
|
|
|
Bugs fixes:
|
|
|
|
|
2010-10-25 19:36:04 +00:00
|
|
|
- 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)
|
2010-10-20 20:34:32 +00:00
|
|
|
- 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
|