Releases: cellog/ion-router
Release Version 0.4.0 (alpha)
Fixes #5
Adds current state as a parameter to the stateFromParams converter so it can use existing state to convert url parameters into their state representation.
Release Version 0.3.6 (alpha)
fixes #4
Release Version 0.3.5 (alpha) bugfix
Fixes #3
Release Version 0.3.4
This fixes an inadvertant introduction of an immediate error on importing a toggle, as connect() was being called in the outer higher order component generator function, and should have been called inside the HOC itself, after the router has initialized it
Release version 0.3.3
This release fixes #2 and cleans up some small internal code formatting issues flagged by code climate that don't affect functionality, bringing us to a 4.0 at code climate with 0 issues
Release version 0.3.2 (alpha)
In the fix for #1 we missed usage in Toggle.jsx. This release fixes that oversight.
In addition, the npm releases 0.3.0 and 0.3.1 mistakenly did not rebuild the lib/ directory, and so contained the 0.2.0 code. Oops.
Release version 0.3.0 (alpha)
Fix #1
This release removes react-redux as a direct dependency. Instead, the "connect" function must be passed in to the router upon initialization, much as the sagaMiddleware from redux-saga is passed into the router.
API starting to settle, feature-complete
- added ENTER_ROUTES/EXIT_ROUTES actions to help write enter/exit hooks
- streamline things, fully document main principles and coding practices
Initial Release
This release addresses packaging errors
Initial Release
A bug in the local npm was not packaging up README.md. This release will package it up