Changelog
v15.0.0 - 2024-03-21
This changes the structure of links extracts generated by Reffy to split links into an autolinks
object that contains the list of links to external specs automatically generated by the spec authoring tool, and a rawlinks
object that contains the list of links that editors created manually. No other change introduced. If you were not relying on the structure of links extracts, this update does not break anything!
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!