Skip to content

Commit 51ff340

Browse files
committed
πŸ“¦ v3.0.0 (meteor.js)
πŸ“¦ v3.0.0 __New features:__ - ✨ `opts.lockCollectionName` β€” `new JoSk()` constructor option - ✨ `opts.debug` β€” `new JoSk()` constructor option - πŸ‘¨β€πŸ’» `ready()` β€” Function passed as an argument to a scheduled task now accepts a callback - πŸ‘¨β€πŸ’» `JoSk#clearTimeout()` and `JoSk#clearInterval()` β€” Methods now accept callback as a last argument __Major changes:__ - πŸ‘·β€β™‚οΈ Now all JoSk instances share the same `*.lock` collection, this behavior can get changed using `opts.lockCollectionName` constructor option __Other changes:__ - πŸ“” Add examples for CRON instructions usage - πŸ‘¨β€πŸ”¬ Improve test-cases coverage to 97% - πŸ‘¨β€πŸ’» Overall codebase refactoring and performance improvements - 🀝 Compatibility and support of `[email protected]` (*Mongo Database*) - 🀝 Compatibility and support of `[email protected]` (*MongoDB node.js driver*) - 🀝 Compatibility ans support of `[email protected]` __Dependencies:__ - πŸ“¦ `[dev]` `[email protected]`, *was `v4.5.0`* - πŸ“¦ `[dev]` added `[email protected]` for CRON tasks tests
1 parent 14ac441 commit 51ff340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ž.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ [email protected]
2525
2626
2727
28-
local-test:ostrio:cron-jobs@2.6.1
28+
local-test:ostrio:cron-jobs@3.0.0
2929
3030
3131
meteorhacks:[email protected]
@@ -42,7 +42,7 @@ [email protected]
4242
4343
4444
45-
ostrio:cron-jobs@2.6.1
45+
ostrio:cron-jobs@3.0.0
4646
practicalmeteor:[email protected]_1
4747
4848

β€Žpackage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:cron-jobs',
3-
version: '2.6.1',
3+
version: '3.0.0',
44
summary: 'Scheduler and manager for jobs and tasks in Node.js (Meteor.js) on multi-server and clusters setup',
55
git: 'https://github.com/veliovgroup/josk',
66
documentation: 'README.md'

0 commit comments

Comments
Β (0)