commits
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
Co-authored-by: Gustav Tiger <gustav.tiger@axis.com>
* Switch from yarn to pnpm
* Set up changesets
* Update Rollup config
* Update all dependencies
* Remove obsolete dotfiles
* Replace yarn with pnpm in perf/
* Fix pnpm store path in GitHub Actions
* Add cjs-check plugin to Rollup
* Remove redundant option from .changeset/config.json
* Fix GitHub Actions workflow cache variable
* Use a ponyfill observable instead of polyfilling
To match behaviour of other packages like RxJS (https://github.com/ReactiveX/rxjs/blob/6fa819beb91ba99dadd6262d6c13f7ddfd9470c5/src/internal/symbol/observable.ts) and redux (https://github.com/reduxjs/redux/blob/cf5043a4de63cb3a26dfb5e7e2d5a68d2d8a79f5/src/utils/symbol-observable.ts).
* Update src/observable.ts to skip Symbol support check
https://github.com/0no-co/wonka/pull/121#discussion_r1000068633
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
* Fix prettier issue
Co-authored-by: Paul Gerarts <paulgerarts@weave.nl>
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
* Simplify Callbag talkback signal conversion
* Remove symbol fallback for observables
* Merge placeholder functions
* Remove typeof check in delay operator
* Remove rest-spread parameter transform
* Use rest-spread in pipe fn
* Replace array-only implementation with iterable
* Add fromAsyncIterable
* Add wonka@4 to suite
* Rename factory to lazy
* Combine functions for ease of use
* Split fromIterable/fromAsyncIterable back out
That's simply less bytes somehow
* Fix fromPromise test
* Reimplement combine as variadic function
* Implement zip & combine
* Fix up combine types
* Support objects in zip source
* Add additional combine test
* Move combine/zip tests to separate file
* Move size check in zip
* Fix up tuple mapping type
* Replace makeSubject with make derivative
* Reuse make for common sources
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
* Switch from yarn to pnpm
* Set up changesets
* Update Rollup config
* Update all dependencies
* Remove obsolete dotfiles
* Replace yarn with pnpm in perf/
* Fix pnpm store path in GitHub Actions
* Add cjs-check plugin to Rollup
* Remove redundant option from .changeset/config.json
* Fix GitHub Actions workflow cache variable
* Use a ponyfill observable instead of polyfilling
To match behaviour of other packages like RxJS (https://github.com/ReactiveX/rxjs/blob/6fa819beb91ba99dadd6262d6c13f7ddfd9470c5/src/internal/symbol/observable.ts) and redux (https://github.com/reduxjs/redux/blob/cf5043a4de63cb3a26dfb5e7e2d5a68d2d8a79f5/src/utils/symbol-observable.ts).
* Update src/observable.ts to skip Symbol support check
https://github.com/0no-co/wonka/pull/121#discussion_r1000068633
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
* Fix prettier issue
Co-authored-by: Paul Gerarts <paulgerarts@weave.nl>
Co-authored-by: Phil Pluckthun <phil@kitten.sh>