Releases: bunnypro/vue-routes-builder
Releases · bunnypro/vue-routes-builder
v1.0.0-alpha1
Breaking Changes
- RouteCollection.add() now accept 3 parameters. 1. path, 2. view, 3. options. Named view can be added via Route.components() method. 8f347c6
New Api
v0.8.1
- Route Guards now resolve with correct order and when necessary
v0.6.1
- change async/await on Route::build to native Promise to avoid requirement of babel-polyfill
v0.6.0
- RouteCollection constructor now requires RouteCollectionConfig option instead of
prefix
and guards
partially.
v0.5.0
- No longer export default RouteCollection (No export default)
- Export RouteCollection as Named Export
v0.3.0
- Add ability to pass RouteCollection to Routecollection::group second parameter
- Add ability append RouteCollection to another RouteCollection
- Add ability to accept async guard
v0.1.0
Features on this release
- Can add a route for a view and/or named view.
- Can add a route with children.
- Can add multiple guards to a route.
- Can add grouped route (nested path and multiple guards)