1.2.0 – ReSwift 5 and ExpectThunk
API Changes:
- Renames
createThunksMiddlewaretocreateThunkMiddlewareand adds deprecated forward forcreateThunksMiddleware(#20) - @fbernutz
Other:
- Adds
ExpectThunktesting helper and corresponding CocoaPods subspec (#19, #37) - @jjgp, @okaverin - Adds SwiftPM support (#21) - @jayhickey
- Require ReSwift 5.0 (#28) - @DivineDominion
- Specify all officially supported Swift versions in podspec (#38) - @okaverin