Skip to content

Commit ea98256

Browse files
committed
[Release] 4.0.0
1 parent 27f24d2 commit ea98256

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666

6767
- Make `dispatch` argument in middleware non-optional (#225) - @dimazen, @mjarvis, @Ben-G
6868

69+
- `Middleware` now has a generic type parameter that is used for the `getState` method and matches the Store's `State` type. This allows accessing the state in middleware code without type casting (#226) - @mjarvis
70+
6971

7072
**Other:**
7173

ReSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ReSwift"
3-
s.version = "3.0.0"
3+
s.version = "4.0.0"
44
s.summary = "Unidirectional Data Flow in Swift"
55
s.description = <<-DESC
66
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.

ReSwift/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.0</string>
18+
<string>4.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)