All Versions
12
Latest Version
Avg Release Cycle
111 days
Latest Release
1534 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)