determination
Advanced tools
Comparing version 1.1.0 to 1.2.0
### 1.2.0 | ||
- `config.use` is now a thing. | ||
### 1.1.0 | ||
- `overrides` and `defaults` can be a string referring to a file to load. |
@@ -15,2 +15,6 @@ 'use strict'; | ||
use(store) { | ||
this.merge(store._data); | ||
} | ||
get(key) { | ||
@@ -17,0 +21,0 @@ return Props.get(this._data, key); |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Trevor Livingston <tlivings@gmail.com>", | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -54,3 +54,4 @@ # determination | ||
- `set(string: key, any: value)` - sets the given `value` on the given `key`, where dot-delimited `key` may traverse the configuration store. | ||
- `merge(object: value)` - merged the given `value` into the configuration store. | ||
- `merge(object: value)` - merges the given `value` into the configuration store. | ||
- `use(object: store)` - merges the given `store` into the configuration store. | ||
@@ -57,0 +58,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10665
158
80