Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Jul 14, 2014
1 parent 2bac2ee commit 8c43c82
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.2.1
Mon, 14 Jul 2014 17:31:21 GMT

0f86654 [fixed] checks for class instead of components
a3d6e2a [changed] Render empty div before transition hooks
f474ab1 [changed] '.' is no longer a path delimeter
f3dcdd7 [fixed] injectParams invariant should not throw on values that coerce to false.
468bf3b [changed] Deprecate Router interface
31d1a6e [added] renderComponentToString()


v0.2.0
Tue, 24 Jun 2014 04:59:24 GMT

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-nested-router",
"version": "0.2.0",
"version": "0.2.1",
"description": "A complete routing library for React",
"tags": [
"react",
Expand Down Expand Up @@ -47,4 +47,4 @@
"event-emitter": "^0.3.1",
"querystring": "^0.2.0"
}
}
}

0 comments on commit 8c43c82

Please sign in to comment.