Closed renovate[bot] closed 4 years ago
Preview deployed with success. Look for the URL in Details.
Built with commit 0f6b92dfeba24863c0645370141641c5e0a3490b
Merging #226 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #226 +/- ##
=======================================
Coverage 37.80% 37.80%
=======================================
Files 34 34
Lines 283 283
Branches 37 37
=======================================
Hits 107 107
Misses 155 155
Partials 21 21
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b09569d...0f6b92d. Read the comment docs.
This PR contains the following updates:
0.0.7
->0.0.8
Release Notes
facebookexperimental/recoil
### [`v0.0.8`](https://togithub.com/facebookexperimental/recoil/blob/master/CHANGELOG.md#008-2020-05-30) ##### Bug Fixes - Build system and repository syncing fixed. - Fixed a bug where atoms that stored self-referential structures would cause an infinite loop. ([#153](https://togithub.com/facebookexperimental/recoil/issues/153)) - Fixed bugs affecting Server-Side Rendering. ([#53](https://togithub.com/facebookexperimental/recoil/issues/53)) ##### Features - TypeScript support is now available via DefinitelyTyped. - `atomFamily` and `selectorFamily`: these provide a standard way to create atoms and selectors using memoized functions. Compared with doing this yourself, in the future these will help with memory management. - `noWait`, `waitForNone`, `waitForAny`, `waitForAll`: helpers for concurrency and other advanced logic in async selectors. - `constSelector` and `errorSelector`: selectors that always evaluate to a constant or always throw an error. - `readOnlySelector`: wraps a read-write atom or selector in a read-only interface, for when you need type covariance.Renovate configuration
:date: Schedule: "every weekend" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.