Releases: Arcath/etch-router
Releases · Arcath/etch-router
0.3.0-beta
Beta release with the following changes:
- #8 Wrapper Component
- #9 Props from Route
0.2.2
Removes lodash as a dependency as it was only there for 2 functions that can be easily replicated in vanilla JS.
0.2.1
Quick bug fix release which fixes a problem where the MissingRoute was rendering its content before the router was attached, or it was needed.
0.2.0
Another move towards a stable release.
New Features:
- #5 Error Handling
- #6 Active Path Checks
Bug Fixes:
0.1.1
A quick bug fix release to fix an issue with nested routes having params.
0.1.0
The first stable release of Etch-Router.
This version features a couple of improvements over the initial commit
- #1 Hooks
- #2 Browser State Management
- #4 Route Params