Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 248 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 248 Bytes

v0.0.1

  • base implementation mimicing NodeJS stream interface

planned changes

  • make DeformatStream a regular Transform stream - no need for it to be a ChunkStream
  • allow chained .pipe calls (i.e. es.pipe(ds).pipe(file_stream))