@mdn/browser-compat-data 5.4.5 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -13
- package/data.json +1 -1
- package/package.json +1 -1
- package/types.d.ts +4 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -184,6 +184,10 @@ export interface SimpleSupportStatement {
|
|
|
184
184
|
* A string, indicating which browser version removed this feature, or the value true, indicating that the feature was removed in an unknown version.
|
|
185
185
|
*/
|
|
186
186
|
version_removed?: VersionValue;
|
|
187
|
+
/**
|
|
188
|
+
* A string, indicating the last browser version that supported this feature, or the value true, indicating that the feature was removed in an unknown version. This is automatically generated.
|
|
189
|
+
*/
|
|
190
|
+
version_last?: VersionValue;
|
|
187
191
|
/**
|
|
188
192
|
* A prefix to add to the sub-feature name (defaults to empty string). If applicable, leading and trailing '-' must be included.
|
|
189
193
|
*/
|