Comparing version 3.2.0 to 3.2.1
# History | ||
## v3.2.1 2016 June 16 | ||
- Re-added missing engines property (regression since v3.2.0) | ||
- Removed unused editions syntax | ||
## v3.2.0 2016 May 27 | ||
@@ -16,2 +20,9 @@ - Updated internal conventions | ||
- Rewrote to ensure reference consistency | ||
- `clone` has been "removed", as `deepClone` is now `clone`, as a shallow clone doesn't make sense | ||
- `deepExtend` is now `deep` | ||
- `shallowExtendPlainObjects` is now `extend` | ||
- `safeShallowExtendPlainObjects` is now `defaults` | ||
- `deepExtendPlainObjects` is now `deep` | ||
- `safeDeepExtendPlainObjects` is now `deepDefaults` | ||
- `dereference` is now `dereferenceJSON` | ||
@@ -18,0 +29,0 @@ ## v2.1.0 2013 June 29 |
@@ -7,4 +7,4 @@ <!-- LICENSEFILE/ --> | ||
<ul><li>Copyright © 2013+ <a href="https://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011-2012 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
<ul><li>Copyright © 2013+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011-2012 <a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -11,0 +11,0 @@ and licensed under: |
{ | ||
"name": "extendr", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways", | ||
@@ -42,8 +42,8 @@ "homepage": "https://github.com/bevry/extendr", | ||
}, | ||
"author": "2013+ Bevry Pty Ltd <us@bevry.me> (https://bevry.me), 2011-2012 Benjamin Lupton <b@lupton.cc> (https://balupton.com)", | ||
"author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011-2012 Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (https://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (https://balupton.com)", | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"Sean Fridman <mail@seanfridman.com> (http://seanfridman.com)" | ||
@@ -58,2 +58,5 @@ ], | ||
}, | ||
"engines": { | ||
"node": ">=0.12" | ||
}, | ||
"editions": [ | ||
@@ -73,4 +76,3 @@ { | ||
"rest", | ||
"spread", | ||
"template strings" | ||
"spread" | ||
] | ||
@@ -91,16 +93,2 @@ }, | ||
"browser": "es2015/index.js", | ||
"dependencies": { | ||
"editions": "^1.1.1", | ||
"typechecker": "^4.3.0" | ||
}, | ||
"devDependencies": { | ||
"assert-helpers": "^4.2.0", | ||
"babel-cli": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"eslint": "^2.10.2", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"joe": "^1.6.0", | ||
"joe-reporter-console": "^1.2.1", | ||
"projectz": "^1.1.5" | ||
}, | ||
"scripts": { | ||
@@ -121,3 +109,17 @@ "setup": "npm install", | ||
"test": "node --harmony -e \"require('editions').requirePackage(process.cwd(), require, 'test.js')\"" | ||
}, | ||
"dependencies": { | ||
"editions": "^1.1.1", | ||
"typechecker": "^4.3.0" | ||
}, | ||
"devDependencies": { | ||
"assert-helpers": "^4.4.0", | ||
"babel-cli": "^6.10.1", | ||
"babel-preset-es2015": "^6.9.0", | ||
"eslint": "^2.12.0", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"joe": "^1.8.0", | ||
"joe-reporter-console": "^1.2.1", | ||
"projectz": "^1.1.6" | ||
} | ||
} |
@@ -45,3 +45,3 @@ <!-- TITLE/ --> | ||
<li>Module: <code>require('extendr')</code></li> | ||
<li>CDN URL: <code>//wzrd.in/bundle/extendr@3.2.0</code></li></ul> | ||
<li>CDN URL: <code>//wzrd.in/bundle/extendr@3.2.1</code></li></ul> | ||
@@ -109,3 +109,3 @@ <a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/extendr/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/extendr">view contributions</a></li></ul> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/extendr/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/extendr">view contributions</a></li></ul> | ||
@@ -127,3 +127,3 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/extendr/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/extendr">view contributions</a></li> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/extendr/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/extendr">view contributions</a></li> | ||
<li><a href="http://seanfridman.com">Sean Fridman</a> — <a href="https://github.com/bevry/extendr/commits?author=sfrdmn" title="View the GitHub contributions of Sean Fridman on repository bevry/extendr">view contributions</a></li></ul> | ||
@@ -142,4 +142,4 @@ | ||
<ul><li>Copyright © 2013+ <a href="https://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011-2012 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
<ul><li>Copyright © 2013+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011-2012 <a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -146,0 +146,0 @@ and licensed under: |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22636
0