You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

History.md 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. 0.6.1 / 2017-05-16
  2. ==================
  3. * fix `process.nextTick` detection in Node.js
  4. 0.6.0 / 2017-03-25
  5. ==================
  6. * always invoke end callback asynchronously
  7. * fix compatibility with component v1
  8. * fix license field
  9. 0.5.3 / 2015-10-01
  10. ==================
  11. * fix for browserify
  12. 0.5.2 / 2014-12-22
  13. ==================
  14. * add brower field
  15. * add license to package.json
  16. 0.5.1 / 2014-06-19
  17. ==================
  18. * add repository field to readme (exciting)
  19. 0.5.0 / 2013-07-29
  20. ==================
  21. * add `.throws(true)` to opt-in to responding with an array of error objects
  22. * make `new` optional
  23. 0.4.0 / 2013-06-05
  24. ==================
  25. * add catching of immediate callback errors
  26. 0.3.2 / 2013-03-15
  27. ==================
  28. * remove Emitter call in constructor
  29. 0.3.1 / 2013-03-13
  30. ==================
  31. * add Emitter() mixin for client. Closes #8
  32. 0.3.0 / 2013-03-13
  33. ==================
  34. * add component.json
  35. * add result example
  36. * add .concurrency support
  37. * add concurrency example
  38. * add parallel example
  39. 0.2.1 / 2012-11-08
  40. ==================
  41. * add .start, .end, and .duration properties
  42. * change dependencies to devDependencies
  43. 0.2.0 / 2012-10-04
  44. ==================
  45. * add progress events. Closes #5 (__BREAKING CHANGE__)
  46. 0.1.1 / 2012-07-03
  47. ==================
  48. * change "complete" event to "progress"
  49. 0.1.0 / 2012-07-03
  50. ==================
  51. * add Emitter inheritance and emit "complete" [burcu]
  52. 0.0.3 / 2012-06-02
  53. ==================
  54. * Callback results should be in the order of the queued functions.
  55. 0.0.2 / 2012-02-12
  56. ==================
  57. * any node
  58. 0.0.1 / 2010-01-03
  59. ==================
  60. * Initial release