Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge 8bb56bc into ff93409
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgway committed Nov 16, 2015
2 parents ff93409 + 8bb56bc commit 5637329
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.4.0

### Features

* [#102] Immutable.js dependency has been removed to reduce k-weight
* [#103] Navigation uses transaction IDs to ensure correct handling of success/failure
* [#104] Router instance with static routes is reused between requests

## 0.3.2

### Features
Expand Down
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Upgrade Guide

## 0.3.x to 0.4.x

The `RouteStore`s `currentRoute` is no longer an immutable.js object.
Instead, the route is a plain object that follows the same structure as defined
in the routes. Any usage of `route.get('foo')` will no longer work and should
switch to using `route.foo`.

## 0.2.x to 0.3.x

Upgrade React to 0.14. See https://facebook.github.io/react/blog/2015/09/10/react-v0.14-rc1.html
Expand Down

0 comments on commit 5637329

Please sign in to comment.