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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#157)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
b9ada756 acbba9ac

+13 -11
-5
.changeset/orange-melons-tease.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - 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
··· 1 - --- 2 - 'wonka': minor 3 - --- 4 - 5 - Add `addOne` argument to `takeWhile`, allowing an additional value to be issued.
+12
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Add `addOne` argument to `takeWhile`, allowing an additional value to be issued 8 + Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/wonka/pull/156)) 9 + 10 + ### Patch Changes 11 + 12 + - 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 13 + Submitted by [@kitten](https://github.com/kitten) (See [#155](https://github.com/0no-co/wonka/pull/155)) 14 + 3 15 ## 6.2.6 4 16 5 17 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "wonka", 3 3 "description": "A tiny but capable push & pull stream library for TypeScript and Flow", 4 - "version": "6.2.6", 4 + "version": "6.3.0", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",