html-validate
Advanced tools
Changelog
9.0.0-rc.2 (2024-09-21)
Config.fromFile(..)
and
Config.fromObject(..)
will return a Promise when used with an async loader or resolver.ConfigLoader
methods can
optionally return a Promise
for async operation. For most use-cases this will
not require any changes.ConfigLoader.globalConfig
property has been replaced with
ConfigLoader.getGlobalConfig()
(async) and
ConfigLoader.getGlobalConfigSync()
(sync).Changelog
9.0.0-rc.1 (2024-09-09)
ConfigLoader.getConfigFor()
method may now optionally return and asynchronous
Promise
. For most use-cases this will not require any changes.ConfigLoader.getConfigFor()
may return Promise-based async results (eb05356)Changelog
8.21.0 (2024-07-20)
DOMTree.readyState
(1f6f69b)DOMTree.find(..)
in favour of querySelector(..)
(ac0bb77)DOMTree
removed from public API (79a03be)walk.depthFirst(..)
API to replace now deprecated DOMTree.visitDepthFirst(..)
method (f9dbda0)spellcheck
is a global attribute (46594a1)