Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 611 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 611 Bytes

Version 1.0.0 2015-02-01

  • Added Queue
  • Use Mocha for tests
  • Removed spawn, until generators are supported

Version 1.0.1 2015-06-15

  • Updated test dependencies

Version 1.1.0 2015-06-20

  • Promise is now polyfilled using require-promise. This means users of node 0.12 get the native Promise!

Version 1.2.0 2015-07-12

  • Adding promiseUtil.fifo

Version 2.0.0 2015-11-30

  • Adding promiseUtil.sequence
  • Add tests for spawn
  • Removed the Promise polyfill
  • Remove any support for node < version 4
  • Switch to eslint and add .eslintrc files

Version 2.0.1 2015-11-30

  • Fixed bad dependency