Changes:
- Add compat with React 18 (a1bd63a)
Changes:
- Add compat with ReScript React 0.11.x (6c0d979)
Fixes:
- Fixed effect cleanup (1816f51)
Changes:
- Breaking change: the argument order has been changed to match React's APIs (af9447e)
Changes:
- Update React & React DOM peer dependencies (44c6959)
Fixes:
- Fixed
bsconfig
name (thanks @jasim) (2ebd081)
Changes:
- Move to ReScript (62665af)
- Move from reason-react to @rescript/react (62665af)
- Rename project to
rescript-react-update
(62665af)
Changes:
- Make effect management preact-safe (76664b6)
Features:
- Add
ReactUpdateLegacy
for uncancellable effects, easing the migration process if copy pasting from record API reducers (c4ccec5) - Add
useReducerWithMapState
API to enable lazy state init (19eee9a)
Changes:
- Stop exposing fullState
Initial release