···11----
22-'wonka': patch
33----
44-55-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
···11----
22-'wonka': minor
33----
44-55-Add `addOne` argument to `takeWhile`, allowing an additional value to be issued.
+12
CHANGELOG.md
···11# wonka
2233+## 6.3.0
44+55+### Minor Changes
66+77+- Add `addOne` argument to `takeWhile`, allowing an additional value to be issued
88+ Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/wonka/pull/156))
99+1010+### Patch Changes
1111+1212+- 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
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#155](https://github.com/0no-co/wonka/pull/155))
1414+315## 6.2.6
416517### Patch Changes
+1-1
package.json
···11{
22 "name": "wonka",
33 "description": "A tiny but capable push & pull stream library for TypeScript and Flow",
44- "version": "6.2.6",
44+ "version": "6.3.0",
55 "author": "0no.co <hi@0no.co>",
66 "source": "./src/index.ts",
77 "main": "./dist/wonka",