Skip to content

Releases: ktsn/vue-route-generator

v1.0.0

06 Jan 14:33
Compare
Choose a tag to compare

Features

v0.5.1

22 Oct 06:20
ffecc5d
Compare
Choose a tag to compare

Bug Fixes

  • ensure optional param under index directory (#197) (ffecc5d)

v0.5.0

19 May 12:06
Compare
Choose a tag to compare

Bug Fixes

  • do not include index in path when there is no corresponding index.vue (#147) (c4bb818)
  • omit index from route name (#148) (6913693)

Features

BREAKING CHANGES

  • route name no longer includes index. e.g. /users/index.vue generates a route with the route name users instead of users-index.

DEPRECATED

  • <route-meta> is deprecated. Use <route> custom block instead.

v0.4.3

11 Jan 09:03
d439345
Compare
Choose a tag to compare

Features

  • provide file path info in error object (#85) (d439345)

v0.4.2

26 Nov 09:56
Compare
Choose a tag to compare

Bug Fixes

v0.4.1

15 Aug 14:32
7bee02b
Compare
Choose a tag to compare

Features

v0.4.0

15 Aug 14:09
Compare
Choose a tag to compare

Bug Fixes

  • avoid using es2015+ in generated code (#18) (d2ca96a)

Chore

  • Bump fast-glob and prettier (69612b1)

v0.3.3

13 Nov 13:37
a279d04
Compare
Choose a tag to compare

Bug Fixes

  • avoid warning when there is default child route (#15) (a279d04)

v0.3.2

16 Oct 09:22
ec9dff5
Compare
Choose a tag to compare

Bug Fixes

  • prioritize index route than optional dynamic route (#13) (ec9dff5)

v0.3.1

05 Oct 12:02
a31de7d
Compare
Choose a tag to compare

Features