All Versions
13
Latest Version
Avg Release Cycle
168 days
Latest Release
-

Changelog History
Page 2

  • v1.0.0 Changes

    March 20, 2016

    🚀 The first major release of ReSwift 🎉 From here on forward we will be using semantic versioning.

    API Changes:

    • ✂ Remove callback arguments on synchronous dispatch methods - @Ben-G

    Other:

    • 📚 Move all documentation source into Docs, except Readme, Changelog and License - @agentk
    • 📚 Replace duplicated documentation with an enhanced generate_docs.sh build script - @agentk
    • 📚 Set CocoaPods documentation URL - (#56) @agentk
    • 📚 Update documentation for 1.0 release - @Ben-G
  • v0.2.5 Changes

    February 23, 2016

    🚀 Released: 02/20/2015

    API Changes:

    • Subscribers can now sub-select a state when they subscribe to the store (#61) - @Ben-G
    • 📇 Rename initially dispatched Action to ReSwiftInit - @vfn

    🛠 Fixes:

    Other:

  • v0.2.4 Changes

    🚀 Released: 01/23/2016

    API Changes:

    • Pass typed store reference into ActionCreator. ActionCreator can now access Stores state without the need for typecasts - @Ben-G
    • Store can now be initialized with an empty state, allowing reducers to hydrate the store - @Ben-G

    🛠 Bugfixes:

    • Break retain cycle when using middelware - @sendyhalim

    Other:

    • 📚 Update Documentation to reflect renaming to ReSwift - @agentk
    • 📚 Documentation fixes - @orta and @sendyhalim
    • 🔨 Refactoring - @dcvz and @sendyhalim