Releases: anatoliygatt/deep-freeze-node
Releases · anatoliygatt/deep-freeze-node
1.1.3
1.1.2
- 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
1.1.1
- 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
1.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
1.0.8
- Turn on strict mode for deep-freeze.js
1.0.7
- Update README.md
1.0.6
- Update README.md
- Update deep-freeze.js tests
1.0.5
- Update package on NPM
1.0.4
- Fix critical mistake in README.md
1.0.3
- Update index.js documentation comments
- Update deep-freeze.js documentation comments