aboutsummaryrefslogtreecommitdiff
path: root/node_modules/deep-extend/CHANGELOG.md
blob: f3efe0b22202cd3d1bf31219c4b79d6a5e4bef5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Changelog
=========

v0.4.1
------

- Removed test code from <b>npm</b> package
  ([see pull request #21](https://github.com/unclechu/node-deep-extend/pull/21));
- Increased minimal version of Node from 0.4.0 to 0.12.0
  (because can't run tests on lesser version anyway).

v0.4.0
------

Broken backward compatibility with v0.3.x

- Fixed bug with extending arrays instead of cloning;
- Deep cloning for arrays;
- Check for own property;
- Fixed some documentation issues;
- Strict JS mode.