Releases: ReSwift/ReSwift-Thunk
Releases · ReSwift/ReSwift-Thunk
Fix Carthage Build Errors
Fixes:
- Fix Carthage build error (#44) - @DivineDominion, @mjarvis
ReSwift 6.0
Breaking API Changes:
- Drop support for Swift 3.2, 4.0, and 4.1. (#45) - @shawnkoh, @mjarvis
- Drop support for iOS 8 (#45) - @shawnkoh, @mjarvis
Other:
- Rename SwiftPM library to
ReSwiftThunk, this makes naming consistent across all package manager (Cocoapods, Carthage and SwiftPM) (#42) - @jookes ExpectThunk's methodsdispatchesandgetsStateno longer have@discardableResultreturn values (#40) - @xavierLowmiller
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
1.1.0
API Changes:
- Renames
ThunkActiontoThunk - Renames
ThunkMiddleware()tocreateThunkMiddleware() - Adds deprecated forwards for
ThunkActionandThunkMiddleware()
Other:
- This project has been migrated from https://github.com/mikecole20/ReSwiftThunk/ along with some backwards-compatible API changes documented above.
Pre-release version for tests with CocoaPods
1.0.0-pre Remove using iOS as SDKROOT (#7)