Skip to content

Releases: ReSwift/ReSwift

2.0.0

30 Jun 15:00
Compare
Choose a tag to compare

Released: 06/30/2016

Breaking API Changes:

  • Significant Improvements to Serialization Code for StandardAction (relevant for recording tools) - @okla

Other:

1.0.0

20 Mar 20:34
Compare
Choose a tag to compare

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

0.2.5

23 Feb 02:33
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

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:

0.2.4

23 Jan 22:11
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

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:

0.2.3

23 Jan 22:12
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Swift-Flow is now ReSwift.

0.2.2

16 Jan 03:26
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • Makes Store Generic over State
  • Fixes Issue with multiple Subscription
  • Adds CocoaPods Support

v0.2.1

31 Dec 17:44
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fix: Dispatching is Allowed from StoreSubscribers #23

v0.2

29 Dec 04:57
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This release comes with the following major changes:

  • Middleware Support
  • Typed Actions are now used by default instead of serializable Actions
  • Much API renaming

Details:

This Release Provides a Middleware API for Swift Flow. Further the library now uses typed actions by default. It is no longer required to provide actions that can be serialized. If you want to use Swift Flow Recorder, you can opt into serialization of actions.

v0.1

15 Dec 08:14
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial Release with Experimental API