📦 release 4.1.0#1212
Open
cowboyd wants to merge 1 commit into
Open
Conversation
commit: |
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.
Motivation
effection@4.1.0. This also documents the 4.0.2 and 4.0.3 releases that shipped tags without full changelog entries.
Approach
Adds sections to
Changelog.mdcovering everything since 4.0.1, split by actual release tag.4.1.0
./experimentalentry point for staging new APIs (✨ Add "experimental" entry point for new APIs #1210)usinghelper for JS disposable resources (Add using helper for JS disposable resources #1115)4.0.3
scoped()'s async teardown (🐛 make sure to propagate unwind outside scoped #1186)effect.enter()(🐛 Catch errors in effect.enter() #1179)allSettled()operation congruent withPromise.allSettled()(✨ add allSettled() operation congruent with Promise.allSettled() #1158)Result<T>as public API (✨ expose Result<T> as public API #1149)actionas a pure iterator (⚡️ Implement action as a pure iterator #1175)resume()(♻️ Avoid allocating the same noop exit function on every resume() #1177)Ok()a singleton (♻️ Make Ok() a singleton #1176)4.0.2
spawn()by delegating toscope.run(♻️ simplify spawn() by delegating to scope.run #1078)