Releases: veliovgroup/josk
Releases · veliovgroup/josk
v2.0.3
- Better and quicker tests
- Minor codebase update: now MongoDB connection errors are verbose, before it was silenced
- NPM
dev
dependencies update - Careful use with
[email protected].*
NPM driver - Tested and recommended to use with
[email protected]
driver - Compatibility with
[email protected]
v2.0.2
- 👷♂️ Codebase maintenance, minor enhancements
- 🤝 Compatibility with
[email protected].*
(native-driver) - 👨💻 Regular release
v2.0.1
- Remove dependency on
mongodb
NPM package, making you free to choose betweenmongodb@2.*
andmongodb@3.*
v2.0.0
- Compatibility with
node@>=8.9.0
- Compatibility with
mongodb@>=3.0.1
(NPM package) - NPM dependencies update
- Package rewritten using ES6 syntax
- Docs and
readme
rewritten using ES6 syntax - New auto-unit-tests using
mocha
, covering 90% - Overall codebase enhancements
v1.1.0
- Dependencies update
- Overall codebase enhancements
- Should be faster, and more synchronous, basing on the read and write locks of MongoDB
- Added:
onError
andonExecuted
runtime hooks - Added:
autoClear
option for clearing obsolete tasks - Removed
{uid: 1, inProgress: 1}
compound MongoDB index, you may wish to remove it from DB - Docs are updated
v1.0.5
- Dependencies update
v1.0.4
v1.0.3
- Docs update
- Dependencies update
- Regular update
v1.0.2
- Various minor codebase enhancements
- Better lint configuration
v1.0.1
- Code linting
- Better errors handling
- Overall codebase enhancements