All Versions
12
Latest Version
Avg Release Cycle
111 days
Latest Release
1696 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.1 Changes
November 25, 2020 -
v2.1.0 Changes
April 19, 2020- 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)
-
v2.0.1 Changes
June 15, 2019- ➕ Add
Reactor.isStubEnabled
and deprecateStub.isEnabled
for the runtime performance. (e813112)
- ➕ Add
-
v2.0.0 Changes
June 15, 2019- ➕ Add Swift 5 support 🚀 (#106)
🍱 Special thanks to @mariohahn and @tokijh 🎉
-
v1.2.1 Changes
October 25, 2018 -
v1.2.0 Changes
September 26, 2018- ➕ Add Swift 4.2 support 🎉 (#77, @murselturk)
-
v1.1.0 Changes
November 17, 2017 -
v1.0.0 Changes
October 19, 2017- ➕ Add Swift 4 support 🎉
-
v0.6.0 Changes
August 19, 2017- ➕ Add a
StoryboardView
protocol to support Storyboard (#38)
💥 Breaking Changes
📚 Use
StoryboardView
for storyboard-initialized views. From this version, aView
protocol immediately calls abind(reactor:)
when a reactor is assigned (same as 0.4.x behavior). AStoryboardView
defers a binding until its view is loaded. See documentation - ➕ Add a
-
v0.5.3 Changes
July 28, 2017- Bypass a Swift compiler bug in generic subclass associated object (#30)