Skip to content

Commit 8c43c82

Browse files
committed
release v0.2.1
1 parent 2bac2ee commit 8c43c82

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.2.1
2+
Mon, 14 Jul 2014 17:31:21 GMT
3+
4+
0f86654 [fixed] checks for class instead of components
5+
a3d6e2a [changed] Render empty div before transition hooks
6+
f474ab1 [changed] '.' is no longer a path delimeter
7+
f3dcdd7 [fixed] injectParams invariant should not throw on values that coerce to false.
8+
468bf3b [changed] Deprecate Router interface
9+
31d1a6e [added] renderComponentToString()
10+
11+
112
v0.2.0
213
Tue, 24 Jun 2014 04:59:24 GMT
314

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nested-router",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A complete routing library for React",
55
"tags": [
66
"react",
@@ -47,4 +47,4 @@
4747
"event-emitter": "^0.3.1",
4848
"querystring": "^0.2.0"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)