generate-ip v2.1.2
·
2238 commits
to main
since this release
📃 Changelog
- Added passing of options to recursive
generate()calls (@adamlui) - Enabled verbosity in CLI's
ipv4.generate()(@adamlui) - Changed return instruction condition in
generate()functions to rely on cli.js filename ending (@adamlui) - Added quiet mode to CLI (@adamlui)
- Added CLI clipboard copy log (@adamlui)
- Added generated IP(s) to final log of
generate()functions (@adamlui) - Removed generated IP from final log of CLI cmd to accommodate new
ipv4.generate()final log (@adamlui) - Added returned IP to final log of
ipv6.format()(@adamlui) - Replaced array logging in multi-qty output of
generate()functions w/ return instructions (@adamlui) - Refactored function logs to support browser storage by line (@adamlui)
- Changed
console.error()s of supplemental info to errors toconsole.info()s (@adamlui) - Bumped minify.js to 1.4.8 (@adamlui)
Full Changelog: generate-ip-2.1.1...generate-ip-2.1.2
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/generate-ip-2.1.2/generate-ip#readme
Note: Asset generate-ip-2.1.2.tgz is the official release package as published to npm. *.tar.gz and *.zip files are auto-generated by GitHub, they contain a git snapshot of the entire monorepo at the time of this release (which includes utilities besides generate-ip).