Releases: rooseveltframework/express-browser-reload
Releases · rooseveltframework/express-browser-reload
4.0.0
- Breaking: Forked
reloadtoexpress-browser-reloadwhich focuses exclusively on the Express use case, as opposed toreloadwhich is a more generalized tool with more features beyond the Express world. - Breaking: Altered the architecture to attach the WebSocket server to an existing Express server rather than creating a new server to run alongside it.
- Breaking: Removed support for some older browsers as well as checks to see if you're running an older browser to simplify the code and make it easier to maintain.
- Breaking: Removed all params except for
route. - Added a new param
skipDeletingConnectionswhich will skip purging HTTP connections on the Express server when it restarts. If you're already handling this on your Express server yourself, set this param totrueto prevent errors. - Refactored the code to make it simpler and easier to maintain.
- Updated dependencies.
Previous updates before the hard fork of reload to express-browser-reload are below. The original project can be found at https://github.com/alallier/reload