Releases: railsjazz/rails_live_reload
Releases · railsjazz/rails_live_reload
v0.3.6
What's Changed
- Allow user to signal they're in server process via environment variable by @steve21168 in #31
New Contributors
- @steve21168 made their first contribution in #31
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- Fix issue with socket path being too long by @manastyretskyi in #25
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.0
What's Changed (Since 0.1.2)
- Feature: Added
websocket
mode #14 - Fix: #12 with updated scripts and new
websocket
mode - Improvement: Better
turbo
andturbolinks
support - Improvement: Better scripts injection
- Deprecations:
long_polling
andpolling
modes with their configs are now deprecated - Internal: Loosen some dependencies and remove unused code