ReactorKit v2.1.1 Release Notes
Release Date: 2020-11-25 // over 4 years agoPrevious changes from v2.1.0
-
- Guarantee thread safety (#126)
- ➕ Add an availability to specify a scheduler (#128)
- 🛠 Fix a crash in Mac Catalyst (#129, @mariohahn)
- Import RxSwift with
@_exported
attribute (#130) - ⏱ Ensure that mutate and reduce are executed in the same serial scheduler (#131)
- Ensure that the last published state can be observed immediately (#135, @wplong11)
- Introduce
IdentityEquatable
andIdentityHashable
(#136) - 👉 Use WeakMapTable from dependency (#138)