Skip to content

Releases: networkteam/refresh

v1.16.0

Choose a tag to compare

@hlubek hlubek released this 09 Jul 08:30

Added new included_patterns config option to match watched filenames by pattern.

v1.15.0

Choose a tag to compare

@hlubek hlubek released this 27 Mar 10:01

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

v1.15.0-alpha Pre-release
Pre-release

Choose a tag to compare

@hlubek hlubek released this 11 Jan 11:16

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

Choose a tag to compare

@hlubek hlubek released this 20 Jul 07:26

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

v1.13.1

Choose a tag to compare

@hlubek hlubek released this 08 Sep 06:29

Bugfix release

New notify package, different logging, changed build loop

Choose a tag to compare

@hlubek hlubek released this 23 Feb 10:56

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)

Choose a tag to compare

@hlubek hlubek released this 07 Jan 17:57
v1.13.0-alpha

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