browser-specs
Advanced tools
Comparing version 1.23.2 to 1.24.0
@@ -7,2 +7,21 @@ # Changelog | ||
## [1.24.0](https://github.com/w3c/browser-specs/compare/1.23.2...1.24.0) - 2020-12-14 | ||
### Merged | ||
- Remove Trace Context [`#195`](https://github.com/w3c/browser-specs/pull/195) | ||
- Bump ini from 1.3.5 to 1.3.8 [`#210`](https://github.com/w3c/browser-specs/pull/210) | ||
- Expose path to source of nightly spec in sourcePath [`#211`](https://github.com/w3c/browser-specs/pull/211) | ||
- Add WICG/floc to monitor list [`#213`](https://github.com/w3c/browser-specs/pull/213) | ||
- Fix JSON in ignore list [`#212`](https://github.com/w3c/browser-specs/pull/212) | ||
### Fixed | ||
- Expose path to source of nightly spec in sourcePath (#211) [`#173`](https://github.com/w3c/browser-specs/issues/173) | ||
### Commits | ||
- [data] Update spec info [`3131e00`](https://github.com/w3c/browser-specs/commit/3131e00a55ae1f1d51229d9fad879da0eefb819e) | ||
- [data] Update spec info [`16ce785`](https://github.com/w3c/browser-specs/commit/16ce7850f6f9f9a390ec7da3b6c963f7bf39f41d) | ||
## [1.23.2](https://github.com/w3c/browser-specs/compare/1.23.1...1.23.2) - 2020-12-10 | ||
@@ -9,0 +28,0 @@ |
{ | ||
"name": "browser-specs", | ||
"version": "1.23.2", | ||
"version": "1.24.0", | ||
"repository": { | ||
@@ -22,10 +22,11 @@ "type": "git", | ||
"devDependencies": { | ||
"@actions/core": "^1.2.6", | ||
"@octokit/rest": "^18.0.12", | ||
"ajv": "^6.11.0", | ||
"auto-changelog": "^1.16.4", | ||
"jsdom": "^16.2.2", | ||
"mocha": "^7.0.0", | ||
"release-it": "^13.5.1", | ||
"@actions/core": "^1.2.6", | ||
"jsdom": "^16.2.2", | ||
"node-fetch": "^2.6.1" | ||
"node-fetch": "^2.6.1", | ||
"release-it": "^13.5.1" | ||
} | ||
} |
@@ -36,2 +36,3 @@ # Web browser specifications | ||
- [`nightly.repository`](#nightlyrepository) | ||
- [`nightly.sourcePath`](#nightlysourcepath) | ||
- [`source`](#source) | ||
@@ -98,3 +99,4 @@ - [How to add/update/delete a spec](#how-to-addupdatedelete-a-spec) | ||
"repository": "https://github.com/w3c/csswg-drafts", | ||
"filename": "Overview.html" | ||
"filename": "Overview.html", | ||
"sourcePath": "css-color-4/Overview.bs" | ||
}, | ||
@@ -301,2 +303,18 @@ "source": "w3c" | ||
#### `nightly.sourcePath` | ||
The relative path to the filename that contains the source of the Editor's Draft | ||
or of the living standard at the HEAD of the default branch of the repository. | ||
That path is computed by parsing the contents of the repository for common | ||
patterns. The info must be specified in `specs.json` for specifications that do | ||
not follow a common pattern. | ||
The `sourcePath` property is always set. | ||
**Note:** The path is relative to the root of the repository, and only valid in | ||
the default branch of the repository. If needed, the source may be fetched from | ||
the absolute HTTPS URL `${nightly.repository}/blob/HEAD/${nightly.sourcePath}`. | ||
### `source` | ||
@@ -382,3 +400,5 @@ | ||
of a `config.json` file in the root folder with a `w3cApiKey` field set to a | ||
valid [W3C API key](https://w3c.github.io/w3c-api/). | ||
valid [W3C API key](https://w3c.github.io/w3c-api/) and a `githubToken` field | ||
set to a valid [GitHub Personal Token](https://github.com/settings/tokens) | ||
(default read permissions are enough). | ||
@@ -385,0 +405,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
327930
8064
452
8