Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0.0 #170

Merged
merged 23 commits into from
Apr 7, 2019
Merged

Version 3.0.0 #170

merged 23 commits into from
Apr 7, 2019

Conversation

alallier
Copy link
Owner

@alallier alallier commented Dec 26, 2018

Version 3.0.0

Consult Migration Guide for help with updating from Version 2.x to 3.x

Breaking/Removed

  • Removed deprecated parameters (Reload no longer takes the server argument and will error if you provide it)
  • Removed support for Node versions 4, 5, 6, 7, 8, and 9

Breaking/Added

  • Reload now returns a promise
    • Functions in the return API also return promises
      • closerServer
      • startWebSocketServer
    • Reload returns errors in promises

Added

Changed

  • Updates dependencies

Closes the following issues:

* Removed deprecated parameters
* Updates dependencies
* Reload now returns a promise
    * Functions in the return API also return promises
    * Reload returns errors in promises
* Added unit tests.
* Added coverage analyzer
* Coverage 100% on `reload.js` file
* `startWebSocketServer` is the return API is not defined if the WebSocket wait option is not used
@lannonbr
Copy link

In the readme, it states to push a script tag down to the client as follows:

<script src="/reload/reload.js"></script>

That said, it isn't too clear that "/reload/reload.js" is a route that reload sets up in the express app.

…ates

* Added support for P12/PFX HTTPS files
* Added forceWss option which forces the client to connect over `wss` even when the window is `https`
@meszaros-lajos-gyorgy
Copy link

Hi! Any progress with this? Do you have any planned date for releasing 3.0.0?

@alallier
Copy link
Owner Author

alallier commented Apr 1, 2019

@meszaros-lajos-gyorgy sorry this is taking so long, I just have to make a couple of tweaks and then get it out. I'll see if I can get it out in the next two weeks

@meszaros-lajos-gyorgy
Copy link

Thank you!

@alallier alallier merged commit 000f2df into master Apr 7, 2019
@alallier alallier deleted the 3.0.0 branch April 7, 2019 19:18
@alallier
Copy link
Owner Author

alallier commented Apr 7, 2019

@meszaros-lajos-gyorgy in case you missed this. This is now merged and published to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants