You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="FSTDEP020">FSTDEP020</a> | You are trying to access the deprecated `options.ignoreTrailingSlash` property. | Use `options.routerOptions.ignoreTrailingSlash`. | [#](https://github.com/fastify/fastify/pull/)
67
+
| <aid="FSTDEP021">FSTDEP021</a> | You are trying to access the deprecated `options.ignoreDuplicateSlashes` property. | Use `options.routerOptions.ignoreDuplicateSlashes`. | [#](https://github.com/fastify/fastify/pull/)
68
+
| <aid="FSTDEP022">FSTDEP022</a> | You are trying to access the deprecated `options.maxParamLength` property. | Use `options.routerOptions.maxParamLength`. | [#](https://github.com/fastify/fastify/pull/)
69
+
| <aid="FSTDEP023">FSTDEP023</a> | You are trying to access the deprecated `options.caseSensitive` property. | Use `options.routerOptions.caseSensitive`. | [#](https://github.com/fastify/fastify/pull/)
70
+
| <aid="FSTDEP024">FSTDEP024</a> | You are trying to access the deprecated `options.allowUnsafeRegex` property. | Use `options.routerOptions.allowUnsafeRegex`. | [#](https://github.com/fastify/fastify/pull/)
71
+
| <aid="FSTDEP025">FSTDEP025</a> | You are trying to access the deprecated `options.querystringParser` property. | Use `options.routerOptions.querystringParser`. | [#](https://github.com/fastify/fastify/pull/)
72
+
| <aid="FSTDEP026">FSTDEP026</a> | You are trying to access the deprecated `options.useSemicolonDelimiter` property. | Use `options.routerOptions.useSemicolonDelimiter`. | [#](https://github.com/fastify/fastify/pull/)
73
+
| <aid="FSTDEP027">FSTDEP027</a> | You are trying to access the deprecated `options.constraints` property. | Use `options.routerOptions.constraints`. | [#](https://github.com/fastify/fastify/pull/)
message: 'options.ignoreTrailingSlash property access is deprecated. Please use "options.routerOptions.ignoreTrailingSlash" instead for accessing router options. The "options.ignoreTrailingSlash" will be removed in `fastify@6`.',
38
+
unlimited: true
39
+
})
40
+
41
+
constFSTDEP021=createWarning({
42
+
name: 'FastifyWarning',
43
+
code: 'FSTDEP021',
44
+
message: 'options.ignoreDuplicateSlashes property access is deprecated. Please use "options.routerOptions.ignoreDuplicateSlashes" instead for accessing router options. The "options.ignoreDuplicateSlashes" will be removed in `fastify@6`.',
45
+
unlimited: true
46
+
47
+
})
48
+
49
+
constFSTDEP022=createWarning({
50
+
name: 'FastifyWarning',
51
+
code: 'FSTDEP022',
52
+
message: 'options.maxParamLength property access is deprecated. Please use "options.routerOptions.maxParamLength" instead for accessing router options. The "options.maxParamLength" will be removed in `fastify@6`.',
53
+
unlimited: true
54
+
55
+
})
56
+
57
+
constFSTDEP023=createWarning({
58
+
name: 'FastifyWarning',
59
+
code: 'FSTDEP023',
60
+
message: 'options.caseSensitive property access is deprecated. Please use "options.routerOptions.caseSensitive" instead for accessing router options. The "options.caseSensitive" will be removed in `fastify@6`.',
61
+
unlimited: true
62
+
})
63
+
64
+
constFSTDEP024=createWarning({
65
+
name: 'FastifyWarning',
66
+
code: 'FSTDEP024',
67
+
message: 'options.allowUnsafeRegex property access is deprecated. Please use "options.routerOptions.allowUnsafeRegex" instead for accessing router options. The "options.allowUnsafeRegex" will be removed in `fastify@6`.',
68
+
unlimited: true
69
+
})
70
+
71
+
constFSTDEP025=createWarning({
72
+
name: 'FastifyWarning',
73
+
code: 'FSTDEP025',
74
+
message: 'options.querystringParser property access is deprecated. Please use "options.routerOptions.querystringParser" instead for accessing router options. The "options.querystringParser" will be removed in `fastify@6`.'
75
+
})
76
+
77
+
constFSTDEP026=createWarning({
78
+
name: 'FastifyWarning',
79
+
code: 'FSTDEP026',
80
+
message: 'options.useSemicolonDelimiter property access is deprecated. Please use "options.routerOptions.useSemicolonDelimiter" instead for accessing router options. The "options.useSemicolonDelimiter" will be removed in `fastify@6`.'
81
+
})
82
+
83
+
constFSTDEP027=createWarning({
84
+
name: 'FastifyWarning',
85
+
code: 'FSTDEP027',
86
+
message: 'options.constraints property access is deprecated. Please use "options.routerOptions.constraints" instead for accessing router options. The "options.constraints" will be removed in `fastify@6`.'
0 commit comments