fluxible-plugin-routr
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -41,20 +41,2 @@ /** | ||
/** | ||
* Called to dehydrate plugin options | ||
* @method dehydrate | ||
* @returns {Object} | ||
*/ | ||
dehydrate: function dehydrate() { | ||
return { | ||
routes: routes | ||
}; | ||
}, | ||
/** | ||
* Called to rehydrate plugin options | ||
* @method rehydrate | ||
* @returns {Object} | ||
*/ | ||
rehydrate: function rehydrate(state) { | ||
routes = state.routes; | ||
}, | ||
/** | ||
* @method getRoutes | ||
@@ -61,0 +43,0 @@ * @returns {Object} |
{ | ||
"name": "fluxible-plugin-routr", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A plugin for fluxible applications to provide routing methods", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"coveralls": "^2.11.1", | ||
"fluxible-app": "^0.0.x", | ||
"fluxible-app": "^0.1.0", | ||
"grunt": "^0.4.5", | ||
@@ -21,0 +21,0 @@ "istanbul": "~0.2.7", |
@@ -34,3 +34,3 @@ # Routr Plugin for Fluxible App | ||
Provides full access to the routr instance. See [https://github.com/yahoo/routr](routr docs) for more information. | ||
Provides full access to the routr instance. See [routr docs](https://github.com/yahoo/routr) for more information. | ||
@@ -37,0 +37,0 @@ * `actionContext.routr.makePath(routeName, routeParams)`: Create a URL based on route name and params |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19
31462
52