Comparing version 2.0.2 to 3.0.0
@@ -22,2 +22,8 @@ # Release History | ||
## [3.0.0] | ||
**Breaking changes** | ||
- Methods no longer set values on the root of the instance. By default, `.get`, `.get`, `.has`, `.del` and other method use the `base.cache` object. This can be customized by doing `new Base.create('foo')` where `foo` is the property name to use for the cache. | ||
## [2.0.2] | ||
@@ -24,0 +30,0 @@ |
{ | ||
"name": "base", | ||
"description": "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"homepage": "https://github.com/node-base/base", | ||
@@ -34,6 +34,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"dependencies": { | ||
"cache-base": "^2.0.2", | ||
"define-property": "^1.0.0", | ||
"cache-base": "^4.0.0", | ||
"define-property": "^2.0.2", | ||
"kind-of": "^6.0.2", | ||
"mixin-deep": "^1.2.0", | ||
"mixin-deep": "^1.3.1", | ||
"pascalcase": "^0.1.1" | ||
@@ -40,0 +40,0 @@ }, |
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
30761
+ Addedcache-base@4.0.2(transitive)
+ Addeddefine-property@2.0.2(transitive)
+ Addedget-value@3.0.1(transitive)
+ Addedhas-own-deep@1.1.0(transitive)
+ Addedis-primitive@3.0.1(transitive)
+ Addedset-value@4.1.0(transitive)
- Removedcache-base@2.0.2(transitive)
- Removeddefine-property@1.0.0(transitive)
Updatedcache-base@^4.0.0
Updateddefine-property@^2.0.2
Updatedmixin-deep@^1.3.1