File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Rodux Changelog
22
33## Unreleased Changes
4+
5+ ## 1.1.0 (2021-01-04)
46* Added color schemes for documentation based on user preference ([ #56 ] ( https://github.com/Roblox/rodux/pull/56 ) ).
7+ * Added ` makeActionCreator ` utility for common action creator pattern ([ #35 ] ( https://github.com/Roblox/rodux/pull/35 ) )
58
69## 1.0.0 (2019-09-18)
710* Added ` combineReducers ` utility, mirroring Redux's ([ #9 ] ( https://github.com/Roblox/rodux/pull/9 ) )
1417 * Middleware now run left-to-right instead of right-to-left!
1518* Errors thrown in ` changed ` event now have correct stack traces ([ #27 ] ( https://github.com/Roblox/rodux/pull/27 ) )
1619* Fixed ` createReducer ` having incorrect behavior with ` nil ` state values ([ #33 ] ( https://github.com/Roblox/rodux/pull/33 ) )
17- * Added ` makeActionCreator ` utility for common action creator pattern ([ #35 ] ( https://github.com/Roblox/rodux/pull/35 ) )
1820
1921## Public Release (2017-12-13)
2022* Initial release!
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "roblox/rodux"
33author = " Roblox"
44license = " Apache-2.0"
55content_root = " src"
6- version = " 1.0 .0"
6+ version = " 1.1 .0"
You can’t perform that action at this time.
0 commit comments