- Support only node v6+ and npm v3+
- Update .travis.yml
- Remove artifacts
- Add package-lock.json
- Update dev dependencies
- Update README.md
- Integrate prettier
- Tests are now changing deep properties instead of only top-level properties
- Update .gitignore
- Update copyright in deep-freeze.js
- Update copyright in index.js
- Update copyright in LICENSE
- Update dev dependencies
- Fix invalid publishConfig value in package.json
- Update package.json
- Add keywords to package.json
- Update .travis.yml to run tests against node v5.0.0
- Remove node v4.2.0 from testing environments in .travis.yml
- Remove node v4.1.0 from testing environments in .travis.yml
- Fix anonymous functions declaration coding style in deep-freeze.js tests
- Fix anonymous function declaration coding style in deep-freeze.js
- Fix 'if statement' coding style in deep-freeze.js
- Update dev dependencies
- Update .travis.yml to run tests against node v4.2.0
- Remove manual deletion script of coverage directory in .travis.yml
- Replace unencrypted CodeClimate repo_token with encrypted one in .travis.yml
- Update .travis.yml to run tests against node v4.1.0
- Add author.url to package.json
- Replace " with ' in definitions of all strings in README.md code samples
- Replace " with ' in definitions of all strings in index.js
- Replace " with ' in definitions of all strings in deep-freeze.js tests
- Replace " with ' in definitions of all strings in deep-freeze.js
- Update .travis.yml to run tests against node v4.0.0
- Update .travis.yml to run tests against all major versions of iojs from 1.0.0 to 3.0.0
- Add iojs (>= 1.0.0) to engines in package.json
- [CodeClimate] Fix 'The body of a for in should be wrapped in an if statement to filter unwanted properties from the prototype' in deep-freeze.js
- [CodeClimate] Fix 'Confusing use of negation operator' in deep-freeze.js
- Add npm (>= 1.2.14) to engines in package.json
- Fix node-download-page-url in README.md
- Change node version from (>= 0.10.x) to (>= 0.10.0) in package.json
- Add logo to README.md
- Add test coverage badge to README.md
- Add support for Code Climate test coverage in .travis.yml
- Add additional test scripts to package.json
- Add codeclimate-test-reporter as dev dependency
- Add istanbul as dev dependency
- Set sudo to false in .travis.yml
- Update .travis.yml to run tests against all major versions of node from 0.10 to 0.12
- Change node version from (*) to (>= 0.10.x) in package.json
- Add Inch CI documentation coverage badge to README.md
- Add node version badge to README.md
- Add code climate badge to README.md
- Add devDependencies badge to README.md
- Change badges style from flat to flat-square in README.md
- Turn on strict mode for deep-freeze.js
- Update README.md
- Update README.md
- Update deep-freeze.js tests
- Update package on NPM
- Fix critical mistake in README.md
- Update index.js documentation comments
- Update deep-freeze.js documentation comments
- Update index.js documentation comments
- Update README.md
- Update deep-freeze.js documentation comments
- Update README.md
- Initial release