]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
feat: deprecate end option
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 12 Aug 2025 08:52:41 +0000 (10:52 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 12 Aug 2025 08:52:41 +0000 (10:52 +0200)
packages/router/src/matcher/pathParserRanker.ts

index df9bf172ea64bb71899233c6875b3a9a8d3af6eb..e77ab3600f1a82eaa14964c619078801dcc2c74d 100644 (file)
@@ -76,6 +76,8 @@ export interface _PathParserOptions {
   /**
    * Should the RegExp match until the end by appending a `$` to it.
    *
+   * @deprecated this option will alsways be `true` in the future. Open a discussion in vuejs/router if you need this to be `false`
+   *
    * @defaultValue `true`
    */
   end?: boolean