Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.15
->6.3.4
Release Notes
0no-co/wonka (wonka)
v6.3.4
Compare Source
Patch Changes
Symbol.observable
global declaration back to typingsSubmitted by @kitten (See #168)
v6.3.3
Compare Source
Patch Changes
fromAsyncIterable
andtoAsyncIterable
. ThetoAsyncIterable
will now output an object that's both anAsyncIterator
and anAsyncIterable
. Both helpers will now use a polyfill forSymbol.asyncIterator
to improve compatibility with the Hermes engine and Babel transpilationSubmitted by @kitten (See #165)
v6.3.2
Compare Source
Patch Changes
Submitted by @kitten (See #161)
v6.3.1
Compare Source
Patch Changes
declare
keyword on internal ambient enumsSubmitted by @kitten (See #159)
v6.3.0
Compare Source
Minor Changes
addOne
argument totakeWhile
, allowing an additional value to be issuedSubmitted by @kitten (See #156)
Patch Changes
Push<T>
andStart<T>
signals to{ tag, 0: value }
objects, which are sufficiently backwards compatible and result in slightly faster execution in v8Submitted by @kitten (See #155)
v6.2.6
Compare Source
Patch Changes
Submitted by @kitten (See
56d9708
)SignalKind
andTalkbackKind
enums not compiling awaySubmitted by @kitten (See #154)
v6.2.5
Compare Source
Patch Changes
closed: boolean
onObservableSubscription
s a required field to comply with the Observable proposal's type specSubmitted by @naporin0624 (See #151)
v6.2.4
Compare Source
Patch Changes
filter
, which allows types to be narrowed, e.g. by specifying a type predicate return typeSubmitted by @kitten (See #149)
v6.2.3
Compare Source
Patch Changes
pipe
type not being applied in bundledd.ts
file, by @kitten (See #144)v6.2.2
Compare Source
Patch Changes
Symbol.observable
typings and removeconst enum
exports, which aren't usable in isolated modules, by @kitten (See #141)v6.2.1
Compare Source
Patch Changes
postinstall
script rather thanprepare
script, by @kitten (See #138)v6.2.0
Compare Source
Minor Changes
toAsyncIterable
, converting a Wonka source to a JS Async Iterable, by @kitten (See #133)d.ts
bundling. Only a singlewonka.d.ts
typings file will now be available to TypeScript, by @kitten (See #135)wonka
internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by @kitten (See #136)Patch Changes
Promise.resolve()
tick totoPromise
sink function, by @kitten (See #131)v6.1.2
Compare Source
takeUntil
missing aClose
signal to the notifier source emitting aPush
signal (See #128)v6.1.1
Compare Source
Symbol.observable
with defacto standard string constant (See #121)package.json
root folder mapping (See #127)v6.1.0
Compare Source
Some minor fixes and goodies 🎉
make
fromIterable
(which takes over functionality fromfromArray
)combine
as a variadic function andzip
for any length of an array of sourcesv6.0.0
Compare Source
In
v6.0.0
of Wonka, we've migrated fully to TypeScript.If you're using this project with Reason or OCaml before, we're sorry for
the inconvenience. However, v4 and v5-rc will remain usable for these
platforms and languages.
The move of Wonka to a TypeScript-first codebase allows us to focus on the goals of the project that have been most relevant for the urql project. These goals ultimately don't surround being cross-platform and supporting Reason but being a low-overhead, low-size streaming utility library that remains bug free.
However, the previous codebase didn't allow us to always guarantee the latter (low-size) as best as we'd like and caused problems for keeping the library bug-free, as a Reason codebase simply isn't as accessible as a TypeScript codebase.
The internal API and data structures of Wonka haven't changed in
v6.0.0
compared to the prior releases and are based on
v4.0.14
. This means thatfrom a TypeScript, Flow, and JS perspective,
v6.0.0
is backwards compatibleand continues to function as before.
However, the
fromList
API has been removed so far, and we reserve ourselvesroom to make more breaking changes were behaviour before was broken.
We're also dropping IE11 support and are now bundling against an ES2015 target.
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.