@mdn/browser-compat-data
Advanced tools
Comparing version 5.4.5 to 5.5.0
@@ -21,3 +21,3 @@ { | ||
"name": "@mdn/browser-compat-data", | ||
"version": "5.4.5", | ||
"version": "5.5.0", | ||
"description": "Browser compatibility data provided by MDN Web Docs", | ||
@@ -24,0 +24,0 @@ "repository": { |
@@ -7,3 +7,3 @@ # `@mdn/browser-compat-data` | ||
Read how this project is [governed](GOVERNANCE.md). | ||
Read how this project is [governed](./GOVERNANCE.md). | ||
@@ -87,3 +87,3 @@ Chat with us on Matrix at [chat.mozilla.org#mdn](https://chat.mozilla.org/#/room/#mdn:mozilla.org)! | ||
The definitive description of the format used to represent individual features and browsers is the [schema definitions](schemas/). | ||
The definitive description of the format used to represent individual features and browsers is the [schema definitions](./schemas/). | ||
@@ -101,11 +101,11 @@ Apart from the explicitly documented objects below, feature-level support data may change at any time. See [_Semantic versioning policy_](#Semantic-versioning-policy) for details. | ||
### [`api`](api) | ||
### [`api`](./api) | ||
Data for [Web API](https://developer.mozilla.org/en-US/docs/Web/API) features. | ||
### [`browsers`](browsers) | ||
### [`browsers`](./browsers) | ||
Data for browsers and JavaScript runtimes. See the [browser schema](schemas/browsers-schema.md) for details. | ||
Data for browsers and JavaScript runtimes. See the [browser schema](./schemas/browsers-schema.md) for details. | ||
### [`css`](css) | ||
### [`css`](./css) | ||
@@ -135,3 +135,3 @@ Data for [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) features, including: | ||
### [`javascript`](javascript) | ||
### [`javascript`](./javascript) | ||
@@ -147,3 +147,3 @@ Data for JavaScript language features, including: | ||
### [`mathml`](mathml) | ||
### [`mathml`](./mathml) | ||
@@ -154,3 +154,3 @@ Data for [MathML](https://developer.mozilla.org/en-US/docs/Web/MathML) features, including: | ||
### [`svg`](svg) | ||
### [`svg`](./svg) | ||
@@ -162,11 +162,11 @@ Data for [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) features, including: | ||
### [`webassembly`](webassembly) | ||
### [`webassembly`](./webassembly) | ||
Data for [WebAssembly](https://developer.mozilla.org/docs/WebAssembly) features. | ||
### [`webdriver`](webdriver) | ||
### [`webdriver`](./webdriver) | ||
Data for [WebDriver](https://developer.mozilla.org/en-US/docs/Web/WebDriver) features. | ||
### [`webextensions`](webextensions) | ||
### [`webextensions`](./webextensions) | ||
@@ -196,3 +196,3 @@ Data for [WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) features, including: | ||
Thank you for your interest in contributing to this project! See [Contributing to browser-compat-data](/docs/contributing.md) for more information. | ||
Thank you for your interest in contributing to this project! See [Contributing to browser-compat-data](./docs/contributing.md) for more information. | ||
@@ -199,0 +199,0 @@ ## Projects using the data |
@@ -188,2 +188,6 @@ /* This file is a part of @mdn/browser-compat-data | ||
/** | ||
* 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. | ||
*/ | ||
version_last?: VersionValue; | ||
/** | ||
* A prefix to add to the sub-feature name (defaults to empty string). If applicable, leading and trailing '-' must be included. | ||
@@ -190,0 +194,0 @@ */ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13099755
1289