Skip to content

Releases: guard/listen

v3.1.2

30 Apr 19:55
@e2 e2
Compare
Choose a tag to compare

Security enhancements

Bugfixes

Improvements

  • #378 warn users if their Ruby is buggy or vulnerable (controversial to some, but very extensively justified)

Development

  • #377 use ruby_dep for managing ruby requirements
  • #379 make RuboCop pass (thanks to @jvanbaarsen)
  • #384 avoid rubygems duplicate dependency error (gem given in both runtime and development dependencies)

v3.0.7

30 Apr 19:38
@e2 e2
Compare
Choose a tag to compare

Backports

  • #385 - backport #383 (allow stopping when not fully initialized)

v3.1.1

23 Apr 01:28
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #373 explicitly require forwardable for delegation (fixes #372)

v3.1.0

22 Apr 22:28
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #370 - gracefully fallback to polling on old older unsupported OSX versions (thanks to @vaz)

Improvements

  • #371 - update dependency to Ruby 2.2.x since 2.1 and earlier are EOL (minor version bumped to 3.1 in case backporting is needed)

Development

  • #371 - fix all RuboCop offenses to avoid noise during development

v3.0.6

10 Feb 04:46
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #364 - fix broken dependency (rb-inotify gem version 0.9.6 was removed from RubyGems) - thanks, @benja83 !

v3.0.5

18 Nov 19:15
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #359 - implement Adapter#stop to free resources on Linux
  • #358 - rescan directory to avoid crashes when files deleted during scan
  • #356 - fix error in exception handling (bad arguments passed when building message)

v3.0.4

04 Nov 14:45
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • fix #351 - where OSX adapter couldn't listen to more than 2 given directories

v3.0.3

23 Jul 10:02
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #330 - fixed warnings on JRuby

v3.0.2

08 Jul 23:35
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • fix #328 - add missing require which crashed Listen on OSX (thanks to @noahsw for reporting)

v3.0.1

30 Jun 04:34
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #325, #327 - fix regressions (allow Listen to run correctly without other deps + properly handle pause())