Skip to content

Releases: guard/listen

v2.0.0

05 Oct 12:52
Compare
Choose a tag to compare

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

26 Sep 18:42
Compare
Choose a tag to compare
v2.0.0.pre.1 Pre-release
Pre-release

Fix

  • Add missing Pathname require. (#140)

v2.0.0.beta.2

16 Sep 08:47
Compare
Choose a tag to compare
v2.0.0.beta.2 Pre-release
Pre-release

Improvement

  • Add #ignore and #ignore! to Listener. (@thibaudgg)

v2.0.0.beta.1

14 Sep 10:15
Compare
Choose a tag to compare
v2.0.0.beta.1 Pre-release
Pre-release

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

v1.3.1

07 Sep 19:28
Compare
Choose a tag to compare

Improvement

  • Add backtracke when Listen block raise an exception

v1.3.0

30 Aug 21:03
Compare
Choose a tag to compare

Change

  • Defaults Listener#relative_paths to false when listening to a single directory (see #131). (@rehevkor5)

v1.2.3

30 Aug 21:06
Compare
Choose a tag to compare

Improvement

  • Rescue changes callback and warms if something bad happens. (reported by @21croissants, added by @thibaudgg)

v1.2.2

13 Sep 20:32
Compare
Choose a tag to compare

Bug fix

  • Rescue all error on sha1_checksum generation. (@thibaudgg)

v1.2.1

13 Sep 20:33
Compare
Choose a tag to compare

Improvement

v1.2.0

13 Sep 20:34
Compare
Choose a tag to compare

Improvement

  • #124 New force_adapter option, skip the .listen_test adapter test. (@nicobrevin)