config-kit
Advanced tools
Changelog
v1.4.0 (Nov 18, 2020)
keys()
method.Changelog
v1.3.1 (Nov 14, 2020)
Changelog
v1.3.0 (Nov 9, 2020)
schema
getter and setter.Node
class.Store.load()
to only take a file
. Not counting this as a breaking
change as it's an internal API.has()
to be passed an empty key.Base
layer definition from Config
into LayerList
because the layer
schema validator needs the base layer's schema and we need to make sure the base layer exists
and thus needs to own the Base
symbol.get()
and has()
to only iterate over the data object if the key
has
a length.getSchemaInitialValues()
, only return env
object if there were environment
variable values found.@hapi/joi
to joi
.Changelog
v1.2.1 (Jul 3, 2020)
delete()
, set()
, push()
,
pop()
, shift()
, and unshift()
.Changelog
v1.2.0 (Jul 2, 2020)
graceful
flag to load()
that won't throw an error if the file does not
exist.Changelog
v1.1.0 (Jun 30, 2020)
Layer
constructor and once by the
Config.load()
.null
.graceful
flag to Layer
constructor. When true
(default) and specifying
a file
, it will not throw an error if the file does not exist.Changelog
v1.0.1 (Jun 1, 2020)
Changelog
v1.0.0 (Mar 27, 2020)