Open
Conversation
b346eb8 to
df6830e
Compare
df6830e to
6b4f008
Compare
6b4f008 to
6867eb3
Compare
6867eb3 to
515c6a9
Compare
aa9c9ec to
c9789fb
Compare
c9789fb to
31516f9
Compare
31516f9 to
c4f9a19
Compare
c4f9a19 to
461e2ae
Compare
0a3f723 to
3e1d422
Compare
3e1d422 to
61acbe1
Compare
61acbe1 to
20a013e
Compare
20a013e to
ff763f0
Compare
ff763f0 to
78736ef
Compare
78736ef to
aa0716b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.5Release Notes
0no-co/wonka (wonka)
v6.3.5Compare Source
Patch Changes
sourcesContentfrom published sourcemapsSubmitted by @kitten (See
68e608f)v6.3.4Compare Source
Patch Changes
Symbol.observableglobal declaration back to typingsSubmitted by @kitten (See #168)
v6.3.3Compare Source
Patch Changes
fromAsyncIterableandtoAsyncIterable. ThetoAsyncIterablewill now output an object that's both anAsyncIteratorand anAsyncIterable. Both helpers will now use a polyfill forSymbol.asyncIteratorto improve compatibility with the Hermes engine and Babel transpilationSubmitted by @kitten (See #165)
v6.3.2Compare Source
Patch Changes
Submitted by @kitten (See #161)
v6.3.1Compare Source
Patch Changes
declarekeyword on internal ambient enumsSubmitted by @kitten (See #159)
v6.3.0Compare Source
Minor Changes
addOneargument 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.6Compare Source
Patch Changes
Submitted by @kitten (See
56d9708)SignalKindandTalkbackKindenums not compiling awaySubmitted by @kitten (See #154)
v6.2.5Compare Source
Patch Changes
closed: booleanonObservableSubscriptions a required field to comply with the Observable proposal's type specSubmitted by @naporin0624 (See #151)
v6.2.4Compare 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.3Compare Source
Patch Changes
pipetype not being applied in bundledd.tsfile, by @kitten (See #144)v6.2.2Compare Source
Patch Changes
Symbol.observabletypings and removeconst enumexports, which aren't usable in isolated modules, by @kitten (See #141)v6.2.1Compare Source
Patch Changes
postinstallscript rather thanpreparescript, by @kitten (See #138)v6.2.0Compare Source
Minor Changes
toAsyncIterable, converting a Wonka source to a JS Async Iterable, by @kitten (See #133)d.tsbundling. Only a singlewonka.d.tstypings file will now be available to TypeScript, by @kitten (See #135)wonkainternals 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 totoPromisesink function, by @kitten (See #131)v6.1.2Compare Source
takeUntilmissing aClosesignal to the notifier source emitting aPushsignal (See #128)v6.1.1Compare Source
Symbol.observablewith defacto standard string constant (See #121)package.jsonroot folder mapping (See #127)v6.1.0Compare Source
Some minor fixes and goodies 🎉
makefromIterable(which takes over functionality fromfromArray)combineas a variadic function andzipfor any length of an array of sourcesv6.0.0Compare Source
In
v6.0.0of 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.0compared to the prior releases and are based on
v4.0.14. This means thatfrom a TypeScript, Flow, and JS perspective,
v6.0.0is backwards compatibleand continues to function as before.
However, the
fromListAPI 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.