Releases: adamlui/js-utils
generate-ip v2.1.2
📃 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).
scss-to-css v1.7.6
📃 Changelog
Full Changelog: scss-to-css-1.7.5...scss-to-css-1.7.6
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/scss-to-css-1.7.6/scss-to-css#readme
Note: Asset scss-to-css-1.7.6.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 scss-to-css).
scss-to-css v1.7.5
📃 Changelog
- Enclosed optional boolean args in validation errors of API functions in '[]' (@adamlui)
- Corrected function name prefix in
inputPath
validation logs ofcompile()
(@adamlui) - Updated CLI check for hiding return instructions in
findSCSS()
to rely on new 'cli.js' filename ending (@adamlui) - Bumped minify.js from 1.4.6 to 1.4.8 (@dependabot, @adamlui)
Full Changelog: scss-to-css-1.7.4...scss-to-css-1.7.5
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/scss-to-css-1.7.5/scss-to-css#readme
Note: Asset scss-to-css-1.7.5.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 scss-to-css).
minify.js v1.4.8
📃 Changelog
- Enclosed optional boolean args in validation errors of API functions in '[]' (@adamlui)
- Replaced deprecated
prepublish
w/prepublishOnly
in package manifest to avoidnpm i
triggers of test script (@adamlui) - Changed CLI minify from src/ to output using arg if passed (instead of default to ../min/) (@adamlui)
Full Changelog: minify.js-1.4.7...minify.js-1.4.8
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/minify.js-1.4.8/minify.js#readme
Note: Asset minify.js-1.4.8.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 minify.js).
generate-pw v1.4.0
📃 Changelog
- Removed duplicate
--charset=chars
from CLIhelpSections.paramOptions
(@adamlui) - Added missing
--strict
flag to CLI help section (@adamlui) - Added quiet mode to CLI (@adamlui)
- Added CLI clipboard copy log (@adamlui)
- Updated CLI checks for hiding return instructions to rely on new 'cli.js' filename ending (@adamlui)
- Removed irrelevant CLI check from final log routine of
validateStrength()
(@adamlui) - Refactored function logs to support browser storage by line (@adamlui)
- Improved
requiredCharTypes
validation instrictify()
to allow strings (@adamlui) - Added object validation of
options
passed to API functions (@adamlui) - Changed supplemental info to function errors from
console.error()
toconsole.info()
to support browser sorting (@adamlui) - Enclosed optional 'options' in obj validation function errors in '[]' (@adamlui)
- Created
printValidOptions()
to include default settings in invalid option errors in functions (@adamlui) - Abstracted
exampleCmd
in function option validations (@adamlui) - Added web browser + Greasemonkey support (@adamlui)
- Bumped minify.js to 1.4.8 (@adamlui)
Full Changelog: generate-pw-1.3.1...generate-pw-1.4.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/generate-pw-1.4.0/generate-pw#readme
🧠 New Contributors
- @dependabot made their first contribution in #12
Note: Asset generate-pw-1.4.0.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-pw).
generate-ip v2.1.1
📃 Changelog
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.1/generate-ip#readme
Note: Asset generate-ip-2.1.1.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).
generate-ip v2.1.0
📃 Changelog
- Added web browser + Greasemonkey support (@adamlui)
- Added
qty
option togenerate()
functions (@adamlui)
Full Changelog: generate-ip-2.0.3...generate-ip-2.1.0
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.0/generate-ip#readme
Note: Asset generate-ip-2.1.0.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).
generate-pw v1.3.1
📃 Changelog
- Enclosed 'qty' in invalid required arg error of
generatePasswords()
in '<>' (@adamlui) - Enclosed optional boolean args in validation errors of API functions in '[]' (@adamlui)
- Added
verbose
option + logging togenerate*()
functions (@adamlui) - Added
(options.exclude)
check togeneratePassword()
's char exclusion routine (@adamlui) - Re-worded
strictify()
success log + added return instruction (@adamlui) - Bumped minify.js from 1.4.6 to 1.4.7 (@dependabot, @adamlui)
Full Changelog: generate-pw-1.3.0...generate-pw-1.3.1
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/generate-pw-1.3.1/generate-pw#readme
🧠 New Contributors
- @dependabot made their first contribution in #12
Note: Asset generate-pw-1.3.1.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-pw).
generate-ip v2.0.3
📃 Changelog
- Enclosed optional boolean args in validation errors in '[]' (@adamlui)
- Removed IP logging from API functions (@adamlui)
- Replaced start log in
ipv6.format()
w/ success log (@adamlui) - Added final logs to
generate*()
functions (@adamlui) - Added return instruction to final log of
ipv6.format()
(@adamlui) - Bumped minify.js from 1.4.5 to 1.4.7 (@dependabot, @adamlui)
Full Changelog: generate-ip-2.0.2...generate-ip-2.0.3
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.0.3/generate-ip#readme
🧠 New Contributors
- @dependabot made their first contribution in #11
Note: Asset generate-ip-2.0.3.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).
scss-to-css v1.7.4
📃 Changelog
- Removed completion logs from
compile()
to declutter CLI (@adamlui) - Added CLI check to return instruction log in
compile()
(@adamlui) - Corrected function name prefix in valid options log of
compile()
(@adamlui) - Added function name prefix to invalid search path log in search
findSCSS()
(@adamlui) - Enclosed required args in validation errors of API functions in '<>' (@adamlui)
- Removed unnecessary missing
searchDir
validation fromfindSCSS()
(@adamlui) - Condensed final log routine in
findSCSS()
(@adamlui)
Full Changelog: scss-to-css-1.7.3...scss-to-css-1.7.4
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/scss-to-css-1.7.4/scss-to-css#readme
Note: Asset scss-to-css-1.7.4.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 scss-to-css).