Skip to content

Releases: anatoliygatt/deep-freeze-node

1.1.3

05 Aug 14:39
Compare
Choose a tag to compare
  • 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

1.1.2

02 Mar 08:22
Compare
Choose a tag to compare
  • 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

25 Oct 06:45
Compare
Choose a tag to compare
  • 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

02 Oct 13:06
Compare
Choose a tag to compare
  • 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

31 Jul 20:08
Compare
Choose a tag to compare
  • Turn on strict mode for deep-freeze.js

1.0.7

29 Jul 11:11
Compare
Choose a tag to compare
  • Update README.md

1.0.6

29 Jul 10:34
Compare
Choose a tag to compare
  • Update README.md
  • Update deep-freeze.js tests

1.0.5

28 Jul 14:48
Compare
Choose a tag to compare
  • Update package on NPM

1.0.4

28 Jul 13:39
Compare
Choose a tag to compare
  • Fix critical mistake in README.md

1.0.3

28 Jul 12:42
Compare
Choose a tag to compare
  • Update index.js documentation comments
  • Update deep-freeze.js documentation comments