Releases: adamlui/js-utils
generate-ip v2.2.1
📃 Changelog
- Abstracted
validateOptions()
for drastic filesize reduction (@adamlui) - Shortened
crypto.randomInt
init for Node.js env (@adamlui) - Included return instruction log of
generate()
functions in browser env (@adamlui) - Bumped minify.js from 1.4.9 to 1.4.10 (@dependabot)
Full Changelog: generate-ip-2.2.0...generate-ip-2.2.1
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.1/generate-ip#readme
Note: Asset generate-ip-2.2.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).
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
+exampleCall
s to function options validations (@adamlui) - Condensed single-entry
defaultOptions
inits (@adamlui) - Corrected flags section ref in
printhelpSections()
signature (@adamlui) - Added
--qty=n
param 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
defaultOptions
inits (@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
apiFunctions
obj 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).