Skip to content

Releases: guard/listen

v2.7.3

28 Apr 06:13
Compare
Choose a tag to compare
  • Fix + workarounds for editor support on Linux #215

v2.7.2

25 Apr 06:05
Compare
Choose a tag to compare
  • Show inotify limit error before calling abort #218

v2.7.1

14 Mar 07:24
Compare
Choose a tag to compare
  • Improve how wait_for_delay option is handled #203

v2.7.0

05 Mar 20:00
Compare
Choose a tag to compare

Change

  • Remove Signal handling and improve stop logic #200

It's now the Listen user responsability to properly handle Signal if needed.

v2.6.2

28 Feb 09:31
Compare
Choose a tag to compare

Improvement

  • Move trapping of SIGINT to load time #195

v2.6.1

25 Feb 14:50
Compare
Choose a tag to compare

Fix

  • Fix typo in require statement in CLI #192

v2.6.0

23 Feb 12:38
Compare
Choose a tag to compare

New feature

  • Add a listen script (bin) to forward events over the network (#188).

Improvement

  • Improve md5 checksum usage on darwin, eager loaded now (db6dcc2).

v2.5.0

11 Feb 08:00
Compare
Choose a tag to compare

New feature

  • Add TCP forwarding feature (#139).

v2.4.1

07 Feb 06:51
Compare
Choose a tag to compare

Fix

  • Fix Listener#listen? considers start/stopped state. Listeners can be restarted (#185, #186)

v2.4.0

07 Dec 19:43
Compare
Choose a tag to compare

New feature

  • Add Listen.stop method to stop all listeners.