All Versions
10
Latest Version
Avg Release Cycle
47 days
Latest Release
1848 days ago

Changelog History

  • v1.6.0 Changes

    March 28, 2019

    ๐Ÿ‘ This version VueFlux supports both Swift 4.2 and Swift 5.

    ๐Ÿ‘ Xcode 10.2 Support

    ๐Ÿ‘ 1. Swift 5.0 and Xcode 10.2 support (#29)

  • v1.5.0

    September 30, 2018
  • v1.4.2

    April 18, 2018
  • v1.4.1 Changes

    April 17, 2018

    VueFlux

    • ๐Ÿ›  Fix Segmentation fault error in Swift4.1 (#25, #24)
  • v1.4.0 Changes

    April 17, 2018

    VueFlux

    ๐Ÿ’ฅ Breaking changes

    • Executor.WorkItem now renamed to CancelableProcedure
    • โœ‚ Remove Executor.execute<Value>(workItem:with)

    VueFluxReactive

    ๐Ÿ›  Fix

    • ๐Ÿšฆ Signal now no longer send values to observer after disposed

    โž• Add

    • โž• Add NOP AnyDisposable initializer
  • v1.3.1 Changes

    March 05, 2018

    VueFlux

    ๐Ÿ›  Fix

    ๐Ÿ›  Fix deadlock when dispatching actions and recursively
    ๐Ÿ›  Fix deadlock when recursively creating Store with the same State type

  • v1.3.0 Changes

    February 28, 2018

    VueFlux

    โœจ Enhancement

    ๐ŸŽ Significant performance improvement.
    AtomicReference now able to create instance that possible to recursive locking.

    VueFluxReactive

    โœจ Enhancement

    ๐ŸŽ Significant performance improvement.

    ๐Ÿ›  Fix

    ๐Ÿšฆ Prevent deadlock occurred when dispose or start new observing in Signal's observing handler.

  • v1.2.0 Changes

    February 17, 2018

    VueFlux

    โœจ Enhancement

    ๐ŸŽ Performance of commitng an Action improved 10x or more.
    ๐ŸŽ Performance of getting a shared instance of Dispatcher has improved 3x or more.

    VueFluxReactive

    โœจ Enhancement

    ๐ŸŽ Performance of multicasting values improved about 30x.

  • v1.1.0 Changes

    February 07, 2018

    #6

    VueFlux

    ๐Ÿ›  Fix

    • Immediately cancel commiting on no matter what executor when Store deinitialized.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“‡ Rename ThreadSafe to AtomicReference

    VueFluxReactive

    โœจ Enhancement

    • 0๏ธโƒฃ Bindings now work on main thread by default
  • v1.0.0 Changes

    January 25, 2018

    VueFlux 1.0.0

    VueFluxReactive 1.0.0