Skip to content

Releases: networkteam/refresh

v1.15.0

27 Mar 10:01
Compare
Choose a tag to compare

This release adds live-reload via SSE. See the readme for instructions on how to configure and integrate it into your application.

Full Changelog: v1.14.0...v1.15.0

v1.15.0-alpha

11 Jan 11:16
Compare
Choose a tag to compare
v1.15.0-alpha Pre-release
Pre-release

Added experimental live reload support with an HTTP server on a random port with permissive CORS serving an SSE event stream.
The app receives 2 env vars REFRESH_LIVE_RELOAD_SSE_URL and REFRESH_LIVE_RELOAD_SSE_EVENT that can be used to connect to the live reload stream and handle these events (this needs some custom JS on the app since we didn't want to proxy / inject this automatically).

v1.14.0

20 Jul 07:26
Compare
Choose a tag to compare

Full Changelog: v1.13.1...v1.14.0

v1.13.1

08 Sep 06:29
Compare
Choose a tag to compare

Bugfix release

New notify package, different logging, changed build loop

23 Feb 10:56
Compare
Choose a tag to compare

We forked from markbates/refresh to try to fix some outstanding notification issues on macOS. This is the first stable release for this fork. Since there were so many changes we decided to release this as a new module.

Notable changes:

  • Switched to github.com/rjeczalik/notify for notifications and prevent issues with too many open files by using recursive watches
  • Changed the logging output to be easier to comprehend and use github.com/apex/log as logging
  • Changed the build loop to have correct signal handling and graceful shutdown behaviour

New notify package, different logging, changed build loop (alpha)

07 Jan 17:57
Compare
Choose a tag to compare
v1.13.0-alpha

Make it a new module, there are just too many changes