We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416e804 commit d5bd78fCopy full SHA for d5bd78f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Rodux Changelog
2
3
-## Current master
+## 1.0.0 (2019-09-18)
4
* Added `combineReducers` utility, mirroring Redux's ([#9](https://github.com/Roblox/rodux/pull/9))
5
* Added `createReducer` utility, similar to `redux-create-reducer` ([#10](https://github.com/Roblox/rodux/pull/10))
6
* `type` is now required as a field on all actions
@@ -12,5 +12,5 @@
12
* Errors thrown in `changed` event now have correct stack traces ([#27](https://github.com/Roblox/rodux/pull/27))
13
* Fixed `createReducer` having incorrect behavior with `nil` state values ([#33](https://github.com/Roblox/rodux/pull/33))
14
15
-## Public Release (December 13, 2017)
+## Public Release (2017-12-13)
16
* Initial release!
0 commit comments