Skip to content

Releases: guard/listen

v3.3.2

28 Nov 05:02
Compare
Choose a tag to compare

v3.3.1

13 Nov 23:07
Compare
Choose a tag to compare

v3.3.0

10 Nov 04:09
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

v3.3.0.pre.3

04 Nov 15:58
Compare
Choose a tag to compare
v3.3.0.pre.3 Pre-release
Pre-release

✨ New Features

🐛 Bug Fixes

v3.3.0.pre.2 pre-release

31 Oct 21:58
Compare
Choose a tag to compare
Pre-release

✨ New Features

🐛 Bug Fixes

v3.2.0

11 Oct 12:06
cd657cf
Compare
Choose a tag to compare

v3.1.5

18 May 02:21
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #394 prevent crashes when Listen is stopped too soon (e.g. before being started or initialized)

v3.0.8

18 May 02:07
@e2 e2
Compare
Choose a tag to compare

Bugfixes:

  • prevent crash when stopping uninitialized listener 2c78999
  • prevent crash when stopping uninitialized adapter 8b06d2c
  • #392 - Change rb-fsevent dependency to work on OS X 10.6-10.8
  • get JRuby to fail with ENOTDIR like MRI does c3a8cbb
  • avoid unkillable thread problem on JRuby e86dccf
  • explicitly require forwardable (in case of further backports) 51d7706

Development:

  • use OSX 10.10 on travis for precompiled Ruby 2.2.4
  • fix broken spec (let block name conflict)

v3.1.4

12 May 14:53
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #393 - relaxed rb-fsevent dependency to allow install on older OSX releases (thanks to @robmckinnon)

v3.1.3

03 May 04:29
@e2 e2
Compare
Choose a tag to compare

Bug fixes

  • #387 - fix JRuby support both in dependencies (by allowing Ruby 2.2.3) and behavior (JRuby Dir.entries workaround)
  • #387 - prevent JRuby from hanging when stopping on Linux (and Travis)
  • #387 - activate JRuby-9.0.5.0 on Travis to declare support for JRuby (tests are flaky, but that's due to timing issues)