Skip to content

Releases: veliovgroup/josk

v2.3.0

29 Sep 17:20
5765148
Compare
Choose a tag to compare
  • ☄️ 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. After JoSk instance is destroyed
    only two methods would remain available (clearTimeout and
    clearInterval);

📦 Dependencies:

v2.2.5

03 May 21:03
fc140bd
Compare
Choose a tag to compare
  • ☄️ Meteor: v2.4.4
  • 📦 NPM: v2.2.5

Changes:

v2.2.4

03 Apr 21:33
daa16eb
Compare
Choose a tag to compare
  • ☄️ Meteor: v2.4.3
  • 📦 NPM: v2.2.4

Changes:

v2.2.3

02 Mar 01:48
590924b
Compare
Choose a tag to compare
  • ☄️ 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

03 Dec 00:18
0962a5b
Compare
Choose a tag to compare
  • ☄️ 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

14 Oct 13:43
7600571
Compare
Choose a tag to compare
  • ☄️ Meteor: v2.4.0
  • 📦 NPM: v2.2.0

New:

  • delay — now passed as a part of the "details" Object in onExecuted 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

11 Oct 23:35
aef4819
Compare
Choose a tag to compare
  • ☄️ 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 to v2.0.3 (was v2.0.2)
  • 📦 Dev-dependency mocha updated to v6.2.1 (was v6.0.2)

v2.1.0

15 Jun 15:53
59a91c0
Compare
Choose a tag to compare
  • ☄️ 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

23 Mar 00:47
29b0c18
Compare
Choose a tag to compare
  • 📦 Optimize package bundle size

v2.0.4

22 Mar 21:41
dbd5791
Compare
Choose a tag to compare
  • Fix error Object message in the verbose MongoDB connection errors