From: Eduardo San Martin Morote Date: Tue, 12 Aug 2025 08:52:41 +0000 (+0200) Subject: feat: deprecate end option X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=489547f32920a3592e264a70ac3b276b46110e9c;p=thirdparty%2Fvuejs%2Frouter.git feat: deprecate end option --- diff --git a/packages/router/src/matcher/pathParserRanker.ts b/packages/router/src/matcher/pathParserRanker.ts index df9bf172..e77ab360 100644 --- a/packages/router/src/matcher/pathParserRanker.ts +++ b/packages/router/src/matcher/pathParserRanker.ts @@ -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