Skip to content

3.0.0

Compare
Choose a tag to compare
@alallier alallier released this 07 Apr 19:22
· 251 commits to master since this release

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

  • Added unit tests. (See: #42)
  • Added coverage analyzer
    • Coverage 100% on reload.js file
  • Added node 10 and 11 to the official supported list
  • Added support for HTTPS
    • Cert and Key or PFX/P12
    • Note: This was available in version 1 and then was dropped in Version 2
  • Added sample app README (See: #45)
  • Added MIGRATION_GUIDE to help with migrating across major versions of reload
  • Added force wss option
  • CI jobs now use npm ci isntall (See: #158)

Changed

  • Updates dependencies

Closed these issues

  • HTTPS - #143
  • Unit tests - #42
  • Document Fallback flag - #169
  • Drop Node 4 support - #156
  • Documentation on how to use sample app - #45
  • Use npm ci install - #158