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