Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 5f9b7ec

Browse files
committed
2.1.0
1 parent eecf670 commit 5f9b7ec

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## [HEAD](https://github.com/rackt/react-router-redux/compare/2.0.4...master)
1+
## [HEAD](https://github.com/rackt/react-router-redux/compare/2.1.0...master)
22

3-
- Export action creators as individual functions. [#225](https://github.com/rackt/react-router-redux/pull/225)
3+
- Nothing yet!
4+
5+
## [2.1.0](https://github.com/rackt/react-router-redux/compare/2.0.4...2.1.0)
6+
7+
- `listenForReplays` has a `selectLocationState` selector. [#218](https://github.com/rackt/react-router-redux/pull/218)
8+
- Provide unscoped action creators. [#225](https://github.com/rackt/react-router-redux/pull/225)
9+
- Example updated to use fully ES2015 syntax.
410

511
## [2.0.4](https://github.com/rackt/react-router-redux/compare/2.0.2...2.0.4)
612

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-redux",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",
55
"main": "lib/index",
66
"files": [

0 commit comments

Comments
 (0)