Ironium v1.2.0 Release Notes

  • โž• ADDED support for queuing with streams.

    ๐Ÿ‘ท For example, to queue all the jobs from the source stream, and log the queued ๐Ÿ‘ท job IDs:

    source .pipe( queue.stream() ) .pipe( process.stdout );

    โž• ADDED queueJob as alias for pushJob and Ironium.queueJob shortcut.

    โž• ADDED you can use queueJob, delayJob, etc without an object reference.

    ๐Ÿ”„ CHANGED switched from Traceur to 6to5, which works much better for 3rd party libraries.