CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
CHANGELOG.md47 linesDownload Raw Back to deep-extend
1Changelog2=========3 4v0.6.05------6 7- Updated "devDependencies" versions to fix vulnerability alerts8- Dropped support of io.js and node.js v0.12.x and lower since new versions of9  "devDependencies" couldn't work with those old node.js versions10  (minimal supported version of node.js now is v4.0.0)11 12v0.5.113------14 15- Fix prototype pollution vulnerability (thanks to @mwakerman for the PR)16- Avoid using deprecated Buffer API (thanks to @ChALkeR for the PR)17 18v0.5.019------20 21- Auto-testing provided by Travis CI;22- Support older Node.JS versions (`v0.11.x` and `v0.10.x`);23- Removed tests files from npm package.24 25v0.4.226------27 28- Fix for `null` as an argument.29 30v0.4.131------32 33- Removed test code from <b>npm</b> package34  ([see pull request #21](https://github.com/unclechu/node-deep-extend/pull/21));35- Increased minimal version of Node from `0.4.0` to `0.12.0`36  (because can't run tests on lesser version anyway).37 38v0.4.039------40 41- **WARNING!** Broken backward compatibility with `v0.3.x`;42- Fixed bug with extending arrays instead of cloning;43- Deep cloning for arrays;44- Check for own property;45- Fixed some documentation issues;46- Strict JS mode.47 
basant307/AI_Governance_Project · CoolFace