All Versions
41
Latest Version
Avg Release Cycle
13 days
Latest Release
1206 days ago

Changelog History
Page 5

  • v1.3.0 Changes

    Interface changes:

    • DataStream::reduce now returns a Promise instead of the first object passed. The promise is resolved on end of input stream.
    • StringStream::match added, returns a stream of matches in the passed regexp.
      • Added Gulp
      • Added Gulp task for docs creation (called docs).

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed error in MultiStream.mux
    • ๐Ÿ›  Fixed error in the flush method in split/match.