Releases: railsjazz/rails_live_reload
Releases · railsjazz/rails_live_reload
v0.4.0: Merge pull request #41 from iatanas0v/patch-1
19 Dec 18:35
Compare
Sorry, something went wrong.
No results found
v0.3.6
04 Mar 19:24
Compare
Sorry, something went wrong.
No results found
What's Changed
Allow user to signal they're in server process via environment variable by @steve21168 in #31
New Contributors
Full Changelog : v0.3.5...v0.3.6
v0.3.5
27 Nov 06:41
Compare
Sorry, something went wrong.
No results found
What's Changed
Feature: Added initialiser install generator #28
Full Changelog : v0.3.4...v0.3.5
v0.3.4
22 Apr 14:03
Compare
Sorry, something went wrong.
No results found
v0.3.3
09 Apr 14:24
Compare
Sorry, something went wrong.
No results found
What's Changed (Since 0.3.2)
Fix: More reliable html injection #23
v0.3.2
30 Oct 16:36
Compare
Sorry, something went wrong.
No results found
What's Changed (Since 0.3.1)
Fix: Add a check that body index is not nil, this fixes turbo compatibility #21
v0.3.1
25 Sep 14:58
Compare
Sorry, something went wrong.
No results found
What's Changed (Since 0.2.0)
Fix: Server is now mounted without anchor option #18 this fixes rails 7.0.4 compatibility
Fix: All client JavaScript is now injected in the end of response body
Internal: Updated dummy application rails version to 7.0.4
v0.3.0
25 Jul 20:04
Compare
Sorry, something went wrong.
No results found
What's Changed (Since 0.2.0)
Breaking: Removed deprecated modes with their configurations
Fix: #16 by using unix socket for communication between processes
Internal: Added separately mounted server object instead of middleware for rails_live_reload requests
v0.2.0
09 Jul 10:40
Compare
Sorry, something went wrong.
No results found
What's Changed (Since 0.1.2)
Feature: Added websocket mode #14
Fix: #12 with updated scripts and new websocket mode
Improvement: Better turbo and turbolinks support
Improvement: Better scripts injection
Deprecations: long_polling and polling modes with their configs are now deprecated
Internal: Loosen some dependencies and remove unused code
v0.1.2
31 May 19:30
Compare
Sorry, something went wrong.
No results found
What's Changed (Since 0.1.1)
FIX: #8 Add a check to make sure that watcher starts only with server