config-kit
Advanced tools
Changelog
v2.0.0 (Mar 8, 2022)
Config
instance, you must call init()
.
For example, new Config({ })
becomes await new Config().init({ })
.Config
methods load()
, pop()
, push()
, save()
, set()
, shift()
, and
unshift()
methods are now async.LayerList
methods add()
and set()
are now async..js
store no longer supports CommonJS modules; only ES modules are supported.Changelog
v1.7.2 (Dec 17, 2021)
xmldom
to @xmldom/xmldom
.Changelog
v1.7.1 (Jun 8, 2021)
Changelog
v1.7.0 (Jun 8, 2021)
applyOwner
flag with default of true
which sets the owner of the metadata file
to the owner of closest existing parent directory to protect against commands run as sudo.Changelog
v1.6.2 (Apr 21, 2021)
set()
should return Config
instance, not undefined
.Changelog
v1.6.0 (Mar 3, 2021)
.xml
store without schemas support.Changelog
v1.5.0 (Feb 3, 2021)
Node.onSet()
callback.