Releases: adamlui/js-utils
geolocate v1.0.1
📃 Changelog
Full Changelog: geolocate-1.0.0...geolocate-1.0.1
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/geolocate-1.0.1/geolocate#readme
Note: Asset geolocate-1.0.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 geolocate).
geolocate v1.0.0
🚀 Initial Release
- Created
geolocate(ip)function to fetch IP geolocation data (@adamlui) - Created
getOwnIP()function to fetch own IP (@adamlui) - Implemented CLI functionality (@adamlui)
- Created docs (README + MIT license + security policy) (@adamlui)
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/geolocate-1.0.0/geolocate#readme
Note: Asset geolocate-1.0.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 geolocate).
scss-to-css v1.7.8
📃 Changelog
- Abstracted
validateOptions()for drastic filesize reduction (@adamlui) - Added return instruction log to
compile()(@adamlui) - Bumped minify.js to 1.4.10 (@adamlui)
Full Changelog: scss-to-css-1.7.7...scss-to-css-1.7.8
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.8/scss-to-css#readme
Note: Asset scss-to-css-1.7.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 scss-to-css).
minify.js v1.4.10
📃 Changelog
- Added missing check in CLI for minified import path (@adamlui)
- Abstracted
validateOptions()in minify.js for drastic filesize reduction (@adamlui)
Full Changelog: minify.js-1.4.9...minify.js-1.4.10
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.10/minify.js#readme
Note: Asset minify.js-1.4.10.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.2
📃 Changelog
- Corrected invalid integer option error in
generatePasswords()(@adamlui) - Abstracted
validateOptions()for drastic filesize reduction (@adamlui) - Bumped minify.js to 1.4.10 (@adamlui)
Full Changelog: generate-pw-1.4.1...generate-pw-1.4.2
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.2/generate-pw#readme
Note: Asset generate-pw-1.4.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-pw).
generate-ip v2.2.0
📃 Changelog
- Added obj validation +
printValidOptions+exampleCalls to function options validations (@adamlui) - Condensed single-entry
defaultOptionsinits (@adamlui) - Corrected flags section ref in
printhelpSections()signature (@adamlui) - Added
--qty=nparam to CLI (@adamlui) - Bumped minify.js from 1.4.8 to 1.4.9 (@dependabot)
Full Changelog: generate-ip-2.1.2...generate-ip-2.2.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.2.0/generate-ip#readme
Note: Asset generate-ip-2.2.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).
scss-to-css v1.7.7
📃 Changelog
- Refactored function logs to support browser storage by line (@adamlui)
- Replaced '>>' in CLI valid cmd log prefixes w/ '»' to make more distinct from cmds (@adamlui)
- Changed
console.error()s of supplemental info to errors toconsole.info()s to support browser sorting (@adamlui) - Added explicit obj validation of function options + example calls + valid options to invalid option errors (@adamlui)
Full Changelog: scss-to-css-1.7.6...scss-to-css-1.7.7
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.7/scss-to-css#readme
Note: Asset scss-to-css-1.7.7.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.9
📃 Changelog
- Excluded filename from output path if CLI-passed when minifying from src/ (@adamlui)
- Refactored function logs to support browser storage by line (@adamlui)
- Replaced '>>' in CLI valid cmd log prefixes w/ '»' to make more distinct from cmds (@adamlui)
- Changed
console.error()s of supplemental info to errors toconsole.info()s to support browser sorting (@adamlui) - Added explicit obj validation of function options + example calls + valid options to invalid option errors (@adamlui)
Full Changelog: minify.js-1.4.8...minify.js-1.4.9
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.9/minify.js#readme
Note: Asset minify.js-1.4.9.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.1
📃 Changelog
- Added explicit obj validation of options args of functions (@adamlui)
- Condensed single-key
defaultOptionsinits (@adamlui) - Refined valid char type instruction log in
strictify()for improved clarity (@adamlui) - Refactored option validation of
generate*()functions to dynamically identify boolean and integer keys (@adamlui) - Added
apiFunctionsobj to function export routine for improved maintainability (@adamlui)
Full Changelog: generate-pw-1.4.0...generate-pw-1.4.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.4.1/generate-pw#readme
Note: Asset generate-pw-1.4.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.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).