We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2425aa6 commit 7cd1d70Copy full SHA for 7cd1d70
2 files changed
packages/it-split/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [it-split-v3.0.1](https://github.com/achingbrain/it/compare/it-split-v3.0.0...it-split-v3.0.1) (2023-03-31)
2
+
3
4
+### Bug Fixes
5
6
+* allow Iterable | AsyncIterable union input ([#59](https://github.com/achingbrain/it/issues/59)) ([80ec2ac](https://github.com/achingbrain/it/commit/80ec2ace4f64b6291b39cb51bc5ebe2cedba7152))
7
8
## [it-split-v3.0.0](https://github.com/achingbrain/it/compare/it-split-v2.0.2...it-split-v3.0.0) (2023-03-30)
9
10
packages/it-split/package.json
@@ -1,6 +1,6 @@
{
"name": "it-split",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Splits Uint8Arrays emitted by an (async) iterable by a delimiter",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
0 commit comments