Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.12 KB

Upcoming

Breaking API Changes:

API Changes:

Fixes:

Other:

  • Rename SwiftPM library to ReSwiftThunk, this makes naming consistent across all package manager (Cocoapods, Carthage and SwiftPM)

  • ExpectThunk's methods dispatches and getsState no longer have @discardableResult return values

1.2.0

API Changes:

  • Renames createThunksMiddleware to createThunkMiddleware and adds deprecated forward for createThunksMiddleware (#20) - @fbernutz

Other:

  • Adds ExpectThunk testing 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

Released: 01/16/2019

API Changes:

  • Renames ThunkAction to Thunk
  • Renames ThunkMiddleware() to createThunkMiddleware()
  • Adds deprecated forwards for ThunkAction and ThunkMiddleware()

Other: