All Versions
35
Latest Version
Avg Release Cycle
27 days
Latest Release
3583 days ago

Changelog History
Page 1

  • v4.6.0 Changes

    July 09, 2015
    • support passing the rest of the arguments to co into the generator
     function *gen(...args) { }
     co(gen, ...args);
    
  • v4.5.4

    May 03, 2015
  • v4.5.3

    May 03, 2015
  • v4.5.2

    April 17, 2015
  • v4.5.1

    March 18, 2015
  • v4.5.0 Changes

    March 17, 2015
    • support regular functions (that return promises)
  • v4.4.0 Changes

    February 14, 2015
    • refactor isGeneratorFunction
    • expose generator function from co.wrap()
    • drop support for node < 0.12
  • v4.3.1

    February 07, 2015
  • v4.3.0 Changes

    February 05, 2015
    • check for generator functions in a ES5-transpiler-friendly way
  • v4.2.0 Changes

    January 20, 2015
    • support comparing generator functions with ES6 transpilers