This is the last planned RC release before releasing a stable 4.0!! 🎉 🎉 🎉
BREAKING:
- Replace incompatible collections when merging nested data with
mergeDeep()
(#1840)- This means that
mergeDeep()
will no longer merge lists of tuples into maps. For more information see #1840 and the updatedmergeDeep()
documentation.
- This means that
New:
- Add "sideEffects: false" to package.json (#1661)
- Update Flow types to be compatible with the latest version (#1863)
- Use ES standard for iterator method reuse (#1867)
- Generalize
fromJS()
andSeq()
to support Sets (#1865)
Fixes: