Changes:
- Allow React 17 (00ed643)
Breaking Changes:
- Add
isReset
parameter to effect onSet callback (https://github.com/barodeur) (e35223f) - Fix type signature for atom with effects (https://github.com/barodeur) (a74ac31)
Features:
- Add
DefaultValue
handler (f949f04)
Fixes:
- Add missing
atomWithDangerouslyAllowMutability
signature (this https://github.com/searleser97) (0ef742a)
Features:
- Add support
dangerouslyAllowMutability
(thanks https://github.com/happylinks!) (054cd23)
Changes:
- Update to ReScript (7ac9c88)
Changes:
- Allow higher versions of recoil (3b76965)
Changes:
- Breaking: Move from react-react to @rescript/react (1ae6f67)
Fixes:
- Better package description (9d9b1a1)
Fixes:
- Fixed
onSet
signature (Thanks @happylinks) (42943b0)
Breaking release: The minimum version for bs-platform
is now 8.2.0!
Features:
- Add effects support (f8d77c6)
Changes:
- Move to ReScript (f3d8d67)
- Rename project (6676938)
Features:
- Add uncurried callbacks (Thanks @anmonteiro) (659360f)
Changes:
- Breaking change: use functional setters everywhere (Thanks @anmonteiro) (bae86d4)
- Upgrade devDependency for ReasonReact (Thanks @weslenng) (0abe847)
Features:
- Add
asyncSelectorFamilyWithWrite
(Thanks @anmonteiro) (547f437)
Fixes:
- Add missing parameter to
selectorFamilyWithWrite
(673141f)
Features:
- Add
reset
to selectors with writeset
function (dcea387)
Features:
- Add support for waitForAll/waitForAny/waitForNone/noWait (caff6a7)
Requires an upgrade to Recoil 0.0.10
Features:
atomFamily
andselectorFamily
(bdf659d)- Add
asyncAtom
,atomFromRecoilValue
,selectorFromRecoilValue
(bdf659d)
Changes:
- Update
useRecoilCallback
to reflect the new API (bdf659d)
Fixes:
- Fix
ReactRoot
'sinitializeState
(9f8e116)
Features:
- Add support for
useRecoilValueLoadable
(thanks @tatchi) (379a785)
Changes:
- Turn off namespacing for a simpler usage (057d9af)
Changes:
- Add uncurry declarations to callbacks (b358177)
Features:
- Add useRecoilCallback without dependencies too (eb20c61)
Features:
- Add useRecoilCallback (a11e13c)
Changes:
- Move recoil/react and all to peerDeps (e18a46c)
Changes:
- Simplify
RecoilRoot
signature (thanks @yawaramin) (41ecf96)
Changes:
- Use meaningful type parameters names (04dbd86)
Fixes:
- Fixed RecoilRoot signature (04dbd86)
Changes:
- Use a single variant for readOnly/readWrite (0ef7342)
Changes:
- Changed the
t
value type (thanks @anmonteiro) (394d247)
Features:
- Much better API that doesn't require
unboxed
(Thanks @tatchi!) (c8156f1)
Features:
- Add support for async selector (6e0a31b)
Fixes:
- Fixed a type-definition (0209746)
Features:
- Differentiale read-only from read-write values (22c4ddc)
Fixes:
- Fixed a definition in selectors bindings (f27e798)
Changes:
- Init project (d29d29f)