1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
== Next Version / 2011-XX-XX
Major Enhancements
- tests!
- major refactor
Minor Enhancement
- events generated from full scans may be sorted by mtime or size
- stat information is propagated into the event
== 1.4.1 / 2011-08-29
Minor Enhancements
- support for latest 'cool.io'
== 1.4.0 / 2011-03-15
Minor Enhancements
- added support for 'cool.io' [Jonathan Stott]
== 1.3.2 / 2010-04-09
* 1 bug fix
- removing the now defunct "tasks" folder from the deployed gem
== 1.3.1 / 2009-10-26
* 1 bug fix
- explicitly killing the Rev loop when stopping
== 1.3.0 / 2009-10-21
* 2 major enhancements
- added support for Rev based notifications
- added support for EventMachine based notifications
* 1 minor enhancement
- pulled out the scanner thread into its own class
== 1.2.0 / 2009-04-12
* 2 minor enhancements
- added an option to persist state to a file [Benjamin Thomas]
- the option to run the directory watcher scanner manually
== 1.1.2 / 2008-12-14
* 1 minor bugfix
- fixed directory creation if the watched directory did not exist
== 1.1.1 / 2008-01-01
* 1 minor enhancement
- now using Mr Bones framework instead of Hoe
== 1.1.0 / 2007-11-28
* directory watcher now works with Ruby 1.9
== 1.0.0 / 2007-08-21
* added a join method (much like Thread#join)
== 0.1.4 / 2007-08-20
* added version information to the class
== 0.1.3 / 2006-12-07
* fixed documentation generation bug
== 0.1.2 / 2006-11-26
* fixed warnings
== 0.1.1 / 2006-11-10
* removed explicit dependency on hoe
== 0.1.0 / 2006-11-10
* initial release
|