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)