Skip to content

Releases: railsjazz/rails_live_reload

v0.3.6

04 Mar 19:24
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Apr 14:24
6562356
Compare
Choose a tag to compare

What's Changed (Since 0.3.2)

  • Fix: More reliable html injection #23

v0.3.2

30 Oct 16:36
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

What's Changed (Since 0.1.1)

  • FIX: #8 Add a check to make sure that watcher starts only with server

v0.1.1

31 May 07:25
Compare
Choose a tag to compare

v0.1.1 First public release 🥳

See README.md for more info.