Releases: dagstuan/ng2-redux-router
Change to module initializing
Update to Angular 2 final.
Update to Angular 2 final. Bundles metadata.json files for AoT compiling. Bundles both es5, es6 and esm versions of the files to be compatible with treeshaking.
Update for RC6, Adds more documentation and examples
This release updates the bindings for RC6.
Also included is an example taken from ng2-redux
, and some updated documentation.
Adds destroy()
The integration had an issue where it couldn't be cleaned if Angular was teared down without redux being teared down at the same time. This issue adds a destroy()
-method to the injected service for cleanup.
Update for RC5, fix issue with canActivate guards
There was a bug where redux would be updated even though a canActivate-guard refused the navigation. This should be fixed in 1.0.3.
Update for RC4
Updated package.json to use RC4
Updated to new router
Updated the bindings to use the new v3 angular router.
Use with Immutable.js
Adds a wrapper method for use with wrapper states such as Immutable.js, same solution as react-redux-router
Fix browser history
Fixes an issue with the back-button in the browser not working as intended.
Initial implementation
0.0.1 Initial implementation