Releases: veliovgroup/josk
Releases · veliovgroup/josk
v2.3.0
- ☄️ Meteor:
v2.5.0
- 📦 NPM:
v2.3.0
📋 Sum up:
- ☄️ Compatibility with
[email protected]
; - 👨💻 Refactor MongoDB querying logic, to avoid collisions;
- 📋 Docs minor update;
- 👨🔬 Test suite update;
✨ New Features:
- ✨
.destroy()
— Stop all timers. AfterJoSk
instance is destroyed
only two methods would remain available (clearTimeout
and
clearInterval
);
📦 Dependencies:
[dev]
[email protected]
, wasv4.0.4
;[dev]
[email protected]
, wasv2.0.3
;[dev]
[email protected]
, wasv7.1.2
;[dev]
[email protected]
, wasv3.5.7
.
v2.2.5
- ☄️ Meteor:
v2.4.4
- 📦 NPM:
v2.2.5
Changes:
- 🤝 Compatibility with
[email protected]
(mongo-native); - 🤝 Compatibility with
[email protected]
; - 📦 [dev-dependency]
[email protected]
(was[email protected]
); - 📦 [dev-dependency]
[email protected]
(was[email protected]
).
v2.2.4
- ☄️ Meteor:
v2.4.3
- 📦 NPM:
v2.2.4
Changes:
- 📦 Update potentially unsafe NPM dev-dependencies;
- 👨💻 Minor codebase optimizations;
- 🤝 Compatibility with
[email protected]
(mongo-native); - 🤝 Compatibility with
[email protected].*
; - 📦 [dev-dependency]
[email protected]
(was[email protected]
); - 📦 [dev-dependency]
[email protected]
(was[email protected]
); - 📦 [dev-dependency]
[email protected]
(was[email protected]
); - 📋 Minor documentation updates.
v2.2.3
- ☄️ Meteor:
v2.4.2
- 📦 NPM:
v2.2.3
Changes:
- 🤝 Compatibility with
[email protected].*
; - 📦 Update dev-dependencies and test-suite;
- 👷 This is regular maintenance release.
v2.2.2
- ☄️ Meteor:
v2.4.1
- 📦 NPM:
v2.2.2
(v2.2.1
got broken upon publishing to NPM)
Changes:
- ☄️ Meteor: Reduce bundle size via updated/replaced dev-dependencies
- 📦 NPM: Reduce package bundle size via updated
.npmignore
- 👷♂️ This release is focused on efficiency and performance
- 👨💻 From now
onError
hook is used in every possible scenario where exception can be thrown - 🤝 Compatibility with
[email protected]
(server database executable) - 🤝 Compatibility with
[email protected]
- 👨🔬 Minor test-suite update
- 📦 [dev-dependency]
[email protected]
; (was[email protected]
) - 📋 Minor documentation fixes
v2.2.0
- ☄️ Meteor:
v2.4.0
- 📦 NPM:
v2.2.0
New:
- ✨
delay
— now passed as a part of the "details" Object inonExecuted
hook - ✨
maxRevolvingDelay
— the minimum delay between tasks executions in milliseconds - ✨
minRevolvingDelay
— the maximum delay between tasks executions in milliseconds
Changes:
- ☄️ Meteor: Reduce bundle size via updated dev-dependencies
- 📦 NPM: Reduce package bundle size via updated
.npmignore
- 👨💻 Minor codebase optimization for error-prone runtime
- 📋 Documentation update see Notes section
- 👨🔬 Critical updates and dramatic enhancements in a test suite for both Meteor and NPM
v2.1.1
- ☄️ Meteor:
v2.3.1
- 📦 NPM:
v2.1.1
- 👷♂️ Better debugging logs
- 👨💻 Overall codebase enhancements
- 👨💻 Remove
inProgress
from MongoDB records as it isn't used anymore - 👨💻 Reduce amount of read/write data to/from MongoDB for TOP efficiency
- 👨🔬 Test-suite (auto-tests) overall enhancements
- 📦 Dev-dependency
bson-ext
updated tov2.0.3
(wasv2.0.2
) - 📦 Dev-dependency
mocha
updated tov6.2.1
(wasv6.0.2
)
v2.1.0
- ☄️ Meteor:
v2.3.0
- 📦 NPM:
v2.1.0
- 👨🔬 Merge NPM and Atmosphere packages into single repository and codebase, this should offload maintenance routine
- 👨💻 Improve used MongoDB indexes
- 👨💻 Minor codebase enhancements
- 👷♂️ Minor auto-tests enhancements
- 👷♂️ Support for
[email protected]
v2.0.5
- 📦 Optimize package bundle size
v2.0.4
- Fix error Object message in the verbose MongoDB connection errors