Releases: andreiled/merge-stream-in-chunks
Releases · andreiled/merge-stream-in-chunks
Release Candidate 0.2.2
Release Candidate 0.2.1
- Bump y18n from 4.0.0 to 4.0.1
- Bump lodash from 4.17.19 to 4.17.21
Release Candidate 0.2.0
- Support creating new intake stream for a merged stream without immediately piping into it
Release Candidate 0.1.6
CVE-2020-7660: update serialize-javascript
version to 3.1.0
Release Candidate 0.1.5
GHSA-p6mc-m468-83gw: update lodash
version to 4.17.19
Release Candidate 0.1.4
Merge pull request #4 from andreiled/feature/ci Release version 0.1.4 * Exclude GitHub CI configuration files from the package * Dynamically inject repository's owner as scope into the package name when publishing to GPR
Release Candidate 0.1.3
Release version 0.1.2 Commit '2da32f0a5b419b6e9d22513f20c05f9900c0d88f': * Add a badge with build status to the repository home page * Set up workflow to build, test and publish the package to npmjs.org and GitHub packages for each new created release * Set up workflow to build and test the package on each push to `master` and Pull Requests targeted to `master` * Fix a typo in the `ChunkStreamTest`