UNPKG

validate-ip-node

Version:

Validate IPv4 and IPv6 addresses.

79 lines (61 loc) 2.73 kB
# 1.0.8 / 2022-01-12 - Fix typo in CHANGELOG.md # 1.0.7 / 2022-01-12 - Deprecate the package # 1.0.6 / 2016-02-25 - Update dev dependencies - Fix invalid publishConfig value in package.json - Remove keyword from package.json - Add keyword to package.json - Update keywords in package.json - Add keyword 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.0.5 / 2015-10-25 - Fix anonymous functions declaration coding style in validate-ip.js tests - Fix anonymous function declaration coding style in validate-ip.js - Fix 'else-if statement' coding style in validate-ip.js - Fix 'if statement' coding style in validate-ip.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.0.4 / 2015-10-02 - 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 validate-ip.js tests - Replace " with ' in definitions of all strings in validate-ip.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 - 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.3 / 2015-08-20 - 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 # 1.0.2 / 2015-07-31 - Turn on strict mode for validate-ip.js # 1.0.1 / 2015-07-30 - Update package.json - Update README.md - Update index.js documentation comments - Update validate-ip.js documentation comments - Add feature to validate IPv6 addresses # 1.0.0 / 2015-07-29 - Initial release