scramjet v1.3.0 Release Notes

  • 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.