UNPKG

492 BMarkdownView Raw
1Changelog
2=========
3
4v0.4.1
5------
6
7- Removed test code from <b>npm</b> package
8 ([see pull request #21](https://github.com/unclechu/node-deep-extend/pull/21));
9- Increased minimal version of Node from 0.4.0 to 0.12.0
10 (because can't run tests on lesser version anyway).
11
12v0.4.0
13------
14
15Broken backward compatibility with v0.3.x
16
17- Fixed bug with extending arrays instead of cloning;
18- Deep cloning for arrays;
19- Check for own property;
20- Fixed some documentation issues;
21- Strict JS mode.