Skip to content

Releases: alallier/reload

3.4.3

06 Mar 16:53
5a3c5fd

Choose a tag to compare

  • Fix Reload command line tool to support HTTPS connections - See: #423
  • Bump CI to use the following Node versions: 22x, 24.x, 25.x - See: #424
  • Dependency Updates
    • Update actions/setup-node action from v4 to v6 - See: #413
    • Update actions/checkout action from v4 to v6 - See: #416
    • Update dependency mocha from 11.7.1 to 11.7.5 - See: #410
    • Update dependency sinon from 21.0.0 to 21.0.2 - See: #421
    • Update dependency nyc from 17.1.0 to 18.0.0 - See: #426
    • Update dependency ws from ~8.18.0 to ~8.19.0 - See: #425
    • Update dependency commander from 14.0.0 to 14.0.3 - See: #412
    • Update dependency nodemon from 3.1.10 to 3.1.14 - See: #414
    • Update dependency finalhandler from 2.1.0 to 2.1.1 - See: #417
    • Update dependency open from ^10.0.0 to ^11.0.0 - See: #415
    • Update dependency express from 5.1.0 to 5.2.1 - See: #418
    • Update dependency serve-static from 2.2.0 to 2.2.1 - See: #420

3.4.2

21 Jul 13:39
dd1676d

Choose a tag to compare

  • Fixed bug in 3.4.x versions where open was broken on the command line tool. See: #407
  • Updated open from 10.1.2 to 10.2.0 - See: #405
    • _Note: this dependency updated unrelated to above bug

3.4.1

07 Jul 19:09
0c5105e

Choose a tag to compare

  • Fix command line bug in Reload where the browser always opened even with lack of command line argument - See: #402

3.4.0

07 Jul 16:45
7bca4e3

Choose a tag to compare

  • Fixed handling of non-ASCII characters in URLs - See: #390

  • Dependency Updates

    • Updated sinon from 18.0.0 to 18.0.1 - See: #377
    • Updated standard from 17.1.0 to 17.1.2 - See: #378
    • Updated sinon from 18.0.0 to 21.0.0 - See: #377 & #400
    • Updated nodemon from 3.1.4 to 3.1.10 - See: #380
    • Updated serve-static from 1.15.0 to 2.2.0 - See: #381 & #399
    • Updated nyc from 17.0.0 to 17.1.0 - See: #382
    • Updated express from 4.19.2 to 5.1.0 - See: #383 & #396
    • Updated mocha from 10.7.3 to 11.7.1 - See: #385 & #398
    • Updated ws from 8.18.0 to 8.18.3 - See: #387
    • Updated commander from 12.1.0 to 14.0.0 - See: #393
    • Updated finalhandler from 1.2.0 to 2.1.0 - See: #397
    • Updated open from 8.0.0 to 10.0.0 - See: #363
  • CI Updates

    • Dropped support for 18.x and added support for 24.x - See: #394
    • Updated codecov/codecov-action action from v4 to v5 - See: #391

3.3.0

14 Aug 18:40
13a1192

Choose a tag to compare

Reload command line quality of life enhancements

  • Reload command line now supports serving .html files when only / is present in the browser. See: #326
  • Reload command line now uses supervisor instead of nodemon for server side file watching - See: #367
  • Reload command line now watches sub-directories - See: #367
  • Reload command line now supports ignoring directories and files. See: #370
  • Reload command line now shows help if invalid flag is provided. See: #369
  • Refactored how file serving works in reload-server to make it more performant and easier to read. See: #326
  • Removed codecov dependency for coverage reporting in favor of native GitHub Action. See: #366

3.2.2

12 Aug 17:58
041ca06

Choose a tag to compare

A bunch of dependency updates and some project maintenance

  • Fixed tests and updated CI (drop 14.x and 16.x | added 20.x and 22.x) - See: #356
  • Updated actions/setup-node action to v4 - See: #350
  • Updated actions/checkout action to v4 - See: #347
  • Updated ws from ~8.11.0 to ~8.18.0 - See: #354 and #360
  • Updated sinon from 15.0.1 to 18.0.0 - See: #343 and #364
  • Updated standard from 17.0.0 to 17.1.0 - See: #345
  • Updated mocha from 10.2.0 to 10.7.3 - See: #359
  • Updated codecov from 3.8.2 to 3.8.3 - See: #358
  • Updated open from 8.4.0 to 8.4.2 - See: #358
  • Updated minimist from 1.2.7 to 1.2.8 - See: #341
  • Updated commander from ~9.4.0 to ~12.1.0 - See: #351
  • Updated cli-color from 2.0.3 to 2.0.4 - See: #357
  • Updated express from 4.18.2 to 4.19.2 - See: #352
  • Updated nyc from 15.1.0 to 17.0.0 - See: #362

3.2.1

02 Jan 22:53
e7f8234

Choose a tag to compare

Happy New Year!

  • Drop 12.x and add 18.x on CI - See: #328

  • Update CI actions/checkout to v3 - See: #318

  • Update CI actions/setup-node to v3 - See: #319

  • Dependency Updates

    • Update ws from ~7.4.0 to ~8.11.0 - See: #307
    • Update express from 4.17.1 to 4.18.2 - See: #315
    • Update finalhandler from ~1.1.1 to ~1.2.0 - See: #316
    • Update serve-static from ~1.14.0 to ~1.15.0 - See: #317
    • Update commander from ~7.2.0 to ~9.4.0 - See: #332
    • Update mocha from 9.0.0 to 10.2.0 - See: #333
    • Update sinon from 11.1.1 to 15.0.1 - See: #334
    • Update standard from 16.0.3 to 17.0.0 - See: #335
    • Remove url-parse dependency in favor of built in function - See: #325

3.2.0

10 Jun 00:50
5b32e88

Choose a tag to compare

3.1.1

29 Sep 22:50
39f2dc8

Choose a tag to compare

3.1.1 / 2020-09-29

  • Updated mocha from 7.1.2 to 8.1.3 - See: #255
  • Updated codecov from 3.7.0 to 3.7.2 - See: #258 and #266
  • Updated commander from 5.1.0 to 6.1.0 - See: #259 and #265
  • Updated sinon from 9.0.2 to 9.1.0 - See: #264

3.1.0

10 Jun 13:15
c0271a6

Choose a tag to compare

  • Changed passphrase option from https.p12.passphrase to https.passphrase so it can be used for certAndKey configurations as well - See: #251
  • Tweaked CI configuration file so GitHub Actions CI will also run on pull requests - See: #250
  • Updated nyc from 15.0.1 to 15.1.0 - See: #249
  • Fix the repository URL in package.json - See: #252