Skip to content

Commit

Permalink
Merge pull request #57 from Roblox/bbrimeyer/feature/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
benbrimeyer authored Jan 4, 2021
2 parents b213d56 + db54b2b commit d06ccc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Rodux Changelog

## Unreleased Changes

## 1.1.0 (2021-01-04)
* Added color schemes for documentation based on user preference ([#56](https://github.com/Roblox/rodux/pull/56)).
* Added `makeActionCreator` utility for common action creator pattern ([#35](https://github.com/Roblox/rodux/pull/35))

## 1.0.0 (2019-09-18)
* Added `combineReducers` utility, mirroring Redux's ([#9](https://github.com/Roblox/rodux/pull/9))
Expand All @@ -14,7 +17,6 @@
* Middleware now run left-to-right instead of right-to-left!
* Errors thrown in `changed` event now have correct stack traces ([#27](https://github.com/Roblox/rodux/pull/27))
* Fixed `createReducer` having incorrect behavior with `nil` state values ([#33](https://github.com/Roblox/rodux/pull/33))
* Added `makeActionCreator` utility for common action creator pattern ([#35](https://github.com/Roblox/rodux/pull/35))

## Public Release (2017-12-13)
* Initial release!
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name = "roblox/rodux"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.0.0"
version = "1.1.0"

0 comments on commit d06ccc8

Please sign in to comment.