redux-simple-router
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -26,7 +26,10 @@ 'use strict'; | ||
var push = exports.push = transition('push'); | ||
var replace = exports.replace = transition('replace'); | ||
var routeActions = exports.routeActions = { | ||
push: transition('push'), | ||
replace: transition('replace'), | ||
go: transition('go'), | ||
goBack: transition('goBack'), | ||
goForward: transition('goForward') | ||
}; | ||
// TODO: Add go, goBack, goForward. | ||
function updateLocation(location) { | ||
@@ -33,0 +36,0 @@ return { |
{ | ||
"name": "redux-simple-router", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Ruthlessly simple bindings to keep react-router and redux in sync", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
@@ -17,2 +17,4 @@ # redux-simple-router | ||
If you want to install the next major version, use `redux-simple-router@next`. Run `npm dist-tag ls redux-simple-router` to see what `next` is aliased to. | ||
View the [CHANGELOG](https://github.com/jlongster/redux-simple-router/blob/master/CHANGELOG.md) for recent changes. | ||
@@ -110,2 +112,4 @@ | ||
* [choonkending/react-webpack-node](https://github.com/choonkending/react-webpack-node) - boilerplate for universal redux and react-router | ||
* [tj/frontend-boilerplate](https://github.com/tj/frontend-boilerplate) | ||
* [bdefore/universal-redux](https://github.com/bdefore/universal-redux) - npm package for universally rendered redux applications | ||
@@ -112,0 +116,0 @@ _Have an example to add? Send us a PR!_ |
@@ -15,7 +15,10 @@ // Constants | ||
export const push = transition('push') | ||
export const replace = transition('replace') | ||
export const routeActions = { | ||
push: transition('push'), | ||
replace: transition('replace'), | ||
go: transition('go'), | ||
goBack: transition('goBack'), | ||
goForward: transition('goForward') | ||
} | ||
// TODO: Add go, goBack, goForward. | ||
function updateLocation(location) { | ||
@@ -22,0 +25,0 @@ return { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301381
4869
145