Releases: guard/guard-livereload
Releases · guard/guard-livereload
v2.5.2
Security Fixes
- #158 Prevent requesting arbitrary file paths via socket
v2.5.0
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
- Fix module definition change in guard 2.0 #122
- Require Guard ~> 2.8
v2.3.1
- Livereload.js fails due to case-sensitive REL attribute condition (#119).
v2.3.0
- Optionally push system notifications when reloading #113
v2.2.0
- Mime type for HTML files and support index.html #109.
v2.1.3
- Fix crash handling a request for a directory #108.
v2.1.2
- Display "Browser connected." only once. Never display "Browser disconnected." #104
v2.1.1
Fix
- Remove dependency on Http::Parser#request_path (#99).
v2.1.0
Change
- Only run when changed file has modifications (#92).