Skip to content

Releases: guard/guard-livereload

v2.5.2

04 Feb 02:20
@e2 e2
Compare
Choose a tag to compare

Security Fixes

  • #158 Prevent requesting arbitrary file paths via socket

v2.5.0

20 Oct 00:42
@e2 e2
Compare
Choose a tag to compare

New Features / Improvements

  • #146 Completely reworked Guardfile template rules (including old+new asset pipeline handling)
  • #147 You can supply your own tweaked livereload.js file
  • #147 livereload.js.erb file handling, so you can configure how livereload behaves from your Guardfile
  • #141 Use kqueue polling on OSX and avoid the warning
  • Various Readme updates

Workarounds

  • #147 allows changing additionalWaitingTime to mitigate "refresh on hover" issues (#123)

Development

  • #124 Use Guard::Compat for better future support, add RuboCop checking
  • #147 Added template specs

v2.4.0

12 Nov 07:37
Compare
Choose a tag to compare
  • Fix module definition change in guard 2.0 #122
  • Require Guard ~> 2.8

v2.3.1

23 Sep 07:13
Compare
Choose a tag to compare
  • Livereload.js fails due to case-sensitive REL attribute condition (#119).

v2.3.0

25 Jun 14:29
Compare
Choose a tag to compare
  • Optionally push system notifications when reloading #113

v2.2.0

22 May 06:48
Compare
Choose a tag to compare
  • Mime type for HTML files and support index.html #109.

v2.1.3

21 May 08:48
Compare
Choose a tag to compare
  • Fix crash handling a request for a directory #108.

v2.1.2

20 Mar 14:41
Compare
Choose a tag to compare
  • Display "Browser connected." only once. Never display "Browser disconnected." #104

v2.1.1

16 Jan 08:00
Compare
Choose a tag to compare

Fix

  • Remove dependency on Http::Parser#request_path (#99).

v2.1.0

02 Dec 06:56
Compare
Choose a tag to compare

Change

  • Only run when changed file has modifications (#92).