web-features 3.14.0 → 3.15.0

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.
Files changed (3) hide show
  1. package/README.md +4 -1
  2. package/data.json +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -83,7 +83,10 @@ It has the following properties:
83
83
  - `status`: Support status data.
84
84
  It has the following properties:
85
85
  - `baseline` (type: `"high" | "low" | false`): Whether the feature Baseline widely available, Baseline newly available, or not Baseline
86
- - `baseline_low_date` (optional, type: `string`): When the feature reached Baseline newly available status
86
+ - `baseline_low_date` (optional, type: `string`): When the feature reached Baseline newly available status.
87
+
88
+ **Note**: This date is never before the release date of the youngest browser in the Baseline definition (presently 2015-07-28, the release date of Edge 12).
89
+
87
90
  - `baseline_high_date` (optional, type: `string`): When the feature reached Baseline widely available status
88
91
  - `support`: An object representing per-browser support information, showing the version number where each browser first started to support that feature.
89
92
  All keys are optional.