Releases: networkteam/refresh
Releases · networkteam/refresh
v1.15.0
v1.15.0-alpha
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
Full Changelog: v1.13.1...v1.14.0
v1.13.1
New notify package, different logging, changed build loop
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)
v1.13.0-alpha Make it a new module, there are just too many changes