Releases: alallier/reload
Releases · alallier/reload
3.4.3
- 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
3.4.1
3.4.0
-
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
3.3.0
Reload command line quality of life enhancements
- Reload command line now supports serving
.htmlfiles 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
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
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
- CI Updates
- Dependency Updates
- Update commander from ~6.1.0 to ~7.2.0 - See: #283
- Update url-parse from ~1.4.4 to ~1.5.0 - See: #291
- Update open from ^7.0.0 to ^8.0.0 - See: https://github.com/alallier/reload/pull/292/files
- Update ws from ~7.3.0 to ~7.4.6 - See: #294
- Update sinon from 9.1.0 to 11.1.1 - See: https://github.com/alallier/reload/pull/295/files
- Update mocha from 8.4.0 to 9.0.0 - See: https://github.com/alallier/reload/pull/297/files
- Update downstream y18n from 4.0.0 to 4.0.1 - See: #288
3.1.1
3.1.0
- Changed
passphraseoption fromhttps.p12.passphrasetohttps.passphraseso 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