Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Version Packages (#157)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/orange-melons-tease.md
···
-
---
-
'wonka': patch
-
---
-
-
Convert `Push<T>` and `Start<T>` signals to `{ tag, 0: value }` objects, which are sufficiently backwards compatible and result in slightly faster execution in v8.
-5
.changeset/rich-pans-smoke.md
···
-
---
-
'wonka': minor
-
---
-
-
Add `addOne` argument to `takeWhile`, allowing an additional value to be issued.
+12
CHANGELOG.md
···
# wonka
+
## 6.3.0
+
+
### Minor Changes
+
+
- Add `addOne` argument to `takeWhile`, allowing an additional value to be issued
+
Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/wonka/pull/156))
+
+
### Patch Changes
+
+
- Convert `Push<T>` and `Start<T>` signals to `{ tag, 0: value }` objects, which are sufficiently backwards compatible and result in slightly faster execution in v8
+
Submitted by [@kitten](https://github.com/kitten) (See [#155](https://github.com/0no-co/wonka/pull/155))
+
## 6.2.6
### Patch Changes
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.2.6",
+
"version": "6.3.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",