Releases: photostructure/batch-cluster.js
Releases · photostructure/batch-cluster.js
v6.0.1
- 📦 Updated development dependencies
- 📦 Renamed
main
branch - 📦 Switched to Github Actions CI
Commits:
- prep 6.0.1 b86917c
- clean up code to remove eslint-disable 422e14d
- ncu -u 95a66ee
- deflake mac 8322ba3
- git checkout HEAD^2 is no longer necessary a343404
- fix ci 4ee487f
- 2021 53c6ce3
- Switch to GitHub Actions add6479
- Merge pull request #9 from photostructure/dependabot/npm_and_yarn/ini-1.3.7 d2eec33
- Bump ini from 1.3.5 to 1.3.7 6496e80
v6.0.0
No new features in v6: just a breaking change so we can fix an old name
collision that caused linting errors.
-
💔 Prior versions name-collided on
Logger
: both as aninterface
and as a pseudonamespace for logger factories. This madeeslint
grumpy, and if anyone actually used this bare-bones logger, it could have caused confusion.Logger
now references only theinterface
.The builder functions are now named
Log
. -
📦 Updated development dependencies
-
rename/discriminate between "Logger" and "Log" 50663bc
-
Update dev deps da0f7e7
v5.11.2
Add maxIdleMsPerProcess
v5.9.5
v5.9.4
v5.9.3
v5.9.2
v5.9.1
v5.8.0
- 🐞 Fixed issue where immediately closing a process before a pending task completed resulted in
Error: onExit(exit) called end()
- 📦 Updated deps