bump to v0.9.71, push back function deprecation (aka Matt's demise) til .80
This commit is contained in:
@@ -205,7 +205,7 @@ const deprecationWarnings = {
|
||||
// Example deprecations - you can modify these as needed
|
||||
pattern: /session\_data\.hasCap\s*\(/g,
|
||||
message: "session_data.hasCap() is deprecated and will be removed",
|
||||
removeVersion: "0.9.70",
|
||||
removeVersion: "0.9.80",
|
||||
replacement: "Use session_data.capabilities.get() instead"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user