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 meteor@1.11.1;
  • 👨‍💻 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:

  • [dev] bson@4.1.0, was v4.0.4;
  • [dev] bson-ext@2.0.5, was v2.0.3;
  • [dev] mocha@8.1.3, was v7.1.2;
  • [dev] mongodb@3.6.2, was v3.5.7.

v2.2.5

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

Changes:

  • 🤝 Compatibility with mongodb@3.5.7 (mongo-native);
  • 🤝 Compatibility with meteor@1.10.2;
  • 📦 [dev-dependency] mocha@7.1.2 (was mocha@7.1.1);
  • 📦 [dev-dependency] mocha@3.5.7 (was mocha@3.5.5).

v2.2.4

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

Changes:

  • 📦 Update potentially unsafe NPM dev-dependencies;
  • 👨‍💻 Minor codebase optimizations;
  • 🤝 Compatibility with mongodb@3.5.5 (mongo-native);
  • 🤝 Compatibility with meteor@1.10.*;
  • 📦 [dev-dependency] bson@4.0.4 (was mocha@4.0.3);
  • 📦 [dev-dependency] mocha@7.1.1 (was mocha@7.1.0);
  • 📦 [dev-dependency] mocha@3.5.5 (was mocha@3.5.4);
  • 📋 Minor documentation updates.

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 meteor@1.9.*;
  • 📦 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 mongod@4.0.13 (server database executable)
  • 🤝 Compatibility with meteor@1.8.2
  • 👨‍🔬 Minor test-suite update
  • 📦 [dev-dependency] mocha@6.2.2; (was mocha@6.2.1)
  • 📋 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 mongodb@3.2.7

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