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