You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
492 B
492 B
Changelog
v0.4.1
- Removed test code from npm package (see pull request #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.