Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Releases: bunnypro/vue-routes-builder

v1.0.0-alpha1

16 Jun 05:19
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release

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

08 Jun 07:41
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • Route Guards now resolve with correct order and when necessary

v0.6.1

28 May 17:17
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • change async/await on Route::build to native Promise to avoid requirement of babel-polyfill

v0.6.0

25 May 06:23
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • RouteCollection constructor now requires RouteCollectionConfig option instead of prefix and guards partially.

v0.5.0

24 May 15:40
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • No longer export default RouteCollection (No export default)
  • Export RouteCollection as Named Export

v0.3.0

23 May 17:10
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 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

17 May 14:50
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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)