Skip to content

Releases: qubyte/rubidium

v4.0.0

25 Jan 17:40
fd0da16
Compare
Choose a tag to compare
  • This module is now packaged only as an ES module.
  • The minimum supported version of node is now 12.22.0.

v3.0.0

30 Sep 16:50
Compare
Choose a tag to compare
  • The minimum officially supported version of Node.js is now 10.

v2.0.2

11 Jul 20:21
Compare
Choose a tag to compare

Private API refactor with a net reduction in code.

This release includes a fix which means that, after a job is emitted, if one or more subsequent jobs are due then they will be emitted immediately. Previously each job emission would set a new timeout, meaning at least a tick of delay. Lots of jobs close together could appear to be delayed as the queue was processed.

v2.0.1

04 Jul 12:28
Compare
Choose a tag to compare

Complete rewrite!

  • Job objects now have a UUID rather than a hash.
  • It's possible to silence events when adding, removing, or clearing jobs.
  • Browser compatible.
  • Comes in UMD and ES2015 module formats. Should work everywhere JS works.
  • The gap between events can now be larger than the maximum timeout. Previously this Rubidium was limited to a maximum timeout of about 25 days between jobs.
  • A new example app to demostrate job persistence with Redis.
  • A code of conduct.

API considered stable.

05 Feb 02:47
Compare
Choose a tag to compare

The most important change in this release is in the tests, which are not written with mocha and sinon.

The add and remove methods now return a job.

21 Mar 12:16
Compare
Choose a tag to compare
v0.2.1

The remove method now returns the removed job.

Stable stringification of Jobs.

18 Mar 22:03
Compare
Choose a tag to compare
v0.1.5

Adds a stable stringify method to jobs to enable persistence.

Badges.

18 Mar 02:08
Compare
Choose a tag to compare

This release:

  • Adds badges to the README file.
  • Reorganises the code into folders for more comprehensive coverage.
  • Adds JSHint and JSCS to the testing script.

Initial release.

09 Mar 02:18
Compare
Choose a tag to compare
v0.1.0

v0.1.0