Releases: alallier/reload
Releases · alallier/reload
3.3.0
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
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
passphrase
option fromhttps.p12.passphrase
tohttps.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
3.0.6
3.0.5
- Fixed bug where command line Reload where reload was writing to a file properly that broke on Node 14.x - See: #245
- GitHub Actions - See: #247
- Added Node 14.x to GitHub Actions CI
- Removed Node 13.x from GitHub Actions due to end of life
- Dependency Updates
- Updated codecov from 3.6.1 to 3.7.0 - See: #235 and #246
- Updated commander from 4.1.0 to 5.1.0 - See: #246
- Updated minimist from 1.2.0 to 1.2.3 (Security package-lock.json) - See: #236
- Updated mocha from 7.0.0 to 7.1.2 - See: #233
- Updated sinon from 8.0.4 to 9.0.2 - See: #231 and #234
- Updated standard from 14.3.1 to 14.3.4 - See: #238
- Updated nyc from 15.0.0 to 15.0.1 - See: #242
- Updated ws from 7.2.0 to 7.3.0 - See: #244
3.0.4
3.0.4 / 2019-01-13
- Migrated CI to GitHub Actions - See: #222
- Moved sample app to a new project - See: #229
- Updated nyc from 14.1.1 to 15.0.0 - See: #224
- Updated sinon from 7.5.0 to 8.0.4 - See: #225
- Updated mocha from 6.2.2 to 7.0.0 - See: #226
- Updated commander from ~3.0.0 to ~4.1.0 - See: #220
- Removed tree-kill dependency - See: #223