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