All Versions
12
Latest Version
Avg Release Cycle
111 days
Latest Release
1249 days ago

Changelog History
Page 1

  • v2.1.1 Changes

    November 25, 2020
    • โšก๏ธ Update Swift Package to be compatible with Xcode 12 (#163, @dodgecm)
  • 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 and IdentityHashable (#136)
    • ๐Ÿ‘‰ Use WeakMapTable from dependency (#138)
  • v2.0.1 Changes

    June 15, 2019
    • โž• Add Reactor.isStubEnabled and deprecate Stub.isEnabled for the runtime performance. (e813112)
  • 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
    • Introduce StateRelay as a replacement of Variable (#82, @tokijh)
  • v1.2.0 Changes

    September 26, 2018
  • v1.1.0 Changes

    November 17, 2017
    • Create a state stream automatically when accessing action (#49, @creasty)
  • 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, a View protocol immediately calls a bind(reactor:) when a reactor is assigned (same as 0.4.x behavior). A StoryboardView defers a binding until its view is loaded. See documentation

  • v0.5.3 Changes

    July 28, 2017
    • Bypass a Swift compiler bug in generic subclass associated object (#30)