Skip to content

Releases: andreiled/merge-stream-in-chunks

Release Candidate 0.2.2

15 Jun 01:49
b3bf33f
Compare
Choose a tag to compare

Bump glob-parent from 5.1.1 to 5.1.2

Release Candidate 0.2.1

15 May 21:32
bf51e93
Compare
Choose a tag to compare
  • 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

28 Aug 11:05
8735676
Compare
Choose a tag to compare
  • Support creating new intake stream for a merged stream without immediately piping into it

Release Candidate 0.1.6

16 Aug 17:49
aec3a43
Compare
Choose a tag to compare

CVE-2020-7660: update serialize-javascript version to 3.1.0

Release Candidate 0.1.5

19 Jul 18:03
042686c
Compare
Choose a tag to compare

GHSA-p6mc-m468-83gw: update lodash version to 4.17.19

Release Candidate 0.1.4

24 Jun 22:49
61cb76d
Compare
Choose a tag to compare
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

24 Jun 20:55
Compare
Choose a tag to compare
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`