ReSwift v0.2.4 Release Notes

  • 🚀 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