Changelog
v14.0.0 - 2023-08-01
Specs in browser-specs will be more consistently preserved in the list, even when they get abandoned or replaced by other proposals, so that browser-specs can act as a useful source for Specref. Reffy will no longer crawl specs that have a "discontinued" standing in browser-specs. At the time of the change, this affects 5 specs, which used to be crawled by default, and no longer are: DOM-Level-2-Style, selectors-non-element-1, tracking-dnt, wpub-ann, wpub.
Changelog
v13.0.0 - 2023-04-24
Required by dependency on ReSpec, although note this dependency is only for tests (devDependencies
in package.json
). The crawler itself should continue to run under previous versions of Node for now but this may not last!
Changelog
v12.0.0 - 2023-02-24
--release
option is set (#1214)The change is breaking in that a crawl on released versions of specs no longer
contains info about specs that do not have a released version. For example,
specs that only exist as living standards such as WHATWG specs are no longer
crawled when the --release
option is set. The --release
option is typically
used to run a crawl that completes a crawl on the nightly versions of specs.
Goal of the change is to avoid crawling specs that are already in the nightly
crawl.
Crawl results are unaltered otherwise. Tools that use Reffy should only need to
update their logic if they expect a --release
crawl to also yield info about
non-released specs.