All Versions
54
Latest Version
Avg Release Cycle
76 days
Latest Release
1077 days ago

Changelog History
Page 1

  • v6.0.2 Changes

    May 13, 2021
    • 👉 Make listener dictionary access thread safe #219
  • v6.0.1 Changes

    May 06, 2021
    • 👌 Improve StoreListener documentation. #218
  • v6.0.0 Changes

    April 29, 2021
    • [BREAKING] Provide old and new state to StoreListeners. #216
    • ✅ Rewrite all tests to use XCTest instead of Quick and Nimble. #213
    • ⬇️ Drop Xcake in favour of Tuist. #213
    • [BREAKING] Bump Swift version to 5.0. #212
    • 📌 [BREAKING] Pin Hydra minimum version to 2.0.6. #212
  • v5.1.1 Changes

    February 09, 2021
    • 👉 Make codebase compile with Swift 5.4 #210
    • 🛠 Fix typos in documentation #207
  • v5.1.0 Changes

    November 27, 2020
    • ➕ Add dependenciesInitializer parameter to Store initializer
  • v5.0.0 Changes

    October 09, 2020
    • 🚀 bumped minDeploymentTarget from 8.3 to 11.0
    • 🛠 fixed Package.swift
    • 📌 pinned Hydra minimum version to 2.0.5
  • v4.0.3-beta

    March 04, 2020
  • v4.0.2-beta

    February 25, 2020
  • v4.0.1-beta

    January 28, 2020
  • v4.0.0 Changes

    July 29, 2020
    • ➕ Added ReturningSideEffect protocol, in parallel to the already existing SideEffect
    • ➕ Added a proper dispatch method for ReturningSideEffects to return the values
    • ⚡️ Updated the README with explanations for the new behaviours
    • 🔄 changed Dispatch to AnyDispach
    • ✂ removed the Action (and ActionWithSideEffect) entities
    • ⬆️ bumped Hydra to 2.0