Releases: adamlui/js-utils
generate-pw v1.1.0
📃 Changelog
- Increased flexibility of CLI args for including nums/symbols (@adamlui)
- Made CLI arg regex more precise (@adamlui)
- Corrected shorthand CLI flag for excluding upper chars from
-L
to-U
(@adamlui) - Increased flexibility of upper/lower-case exclusion CLI flags by adding
disable|no
prefix (@adamlui) - Added
$
to strict mode CLI arg regex to allow=false
suffixes (@adamlui) - Added optional
-?mode
suffix to strict mode CLI arg (@adamlui) - Removed fallback for CLI
config.charset
to accomodategeneratePassword()
's default init of empty values (@adamlui) - Added API reference (@adamlui)
- Implemented CLI help command (@adamlui)
- Added command line options reference (@adamlui)
- Added missing bin fields to manifest (@adamlui)
Full Changelog: generate-pw-1.0.0...generate-pw-1.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-pw-1.1.0/generate-pw#readme
Note: Asset generate-pw-1.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-pw).
scss-to-css v1.7.0
📃 Changelog
- Defaulted
findSCSS()
's verbosity totrue
(@adamlui) - Added final log to
findSCSS()
+[]
return on no files found for non-recursive calls (@adamlui) - Moved search begins logs from CLI section +
compile()
tofindSCSS()
(@adamlui) - Removed detailed filepath logs from
findSCSS()
for simplicity (@adamlui) - Added passing of verbosity params from CLI +
compile()
tofindSCSS()
(@adamlui) - Nested dry run conditions in CLI section to eliminate final log showing on no files found (@adamlui)
- Removed outdated optional chaining from
scssFiles
ref (@adamlui) - Added final filecount log to
findSCSS()
(@adamlui) - Added optional
=(true|1)
suffix to CLI--include-dot-folders
arg (@adamlui) - Added optional
=(false|0)
suffix to CLI disabling args (@adamlui) - Added optional
-?mode
suffix to quiet mdoe CLI arg (@adamlui) - Added command line options reference (@adamlui)
Full Changelog: scss-to-css-1.6.1...scss-to-css-1.7.0
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.0/scss-to-css#readme
Note: Asset scss-to-css-1.7.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 scss-to-css).
minify.js v1.4.3
📃 Changelog
- Defaulted
findJS()
's verbosity totrue
(@adamlui) - Added final log to
findJS()
+[]
return on no files found for non-recursive calls (@adamlui) - Consolidated search begins logs from CLI section +
minify()
tofindJS()
(@adamlui) - Removed detailed filepath logs from
findJS()
for simplicity (@adamlui) - Added passing of verbosity params from CLI +
minify()
tofindJS()
(@adamlui) - Nested dry run conditions in CLI section to eliminate final log showing on no files found (@adamlui)
- Removed outdated optional chaining from
unminnedJSfiles
refs (@adamlui) - Added final filecount log to
findJS()
(@adamlui) - Added optional
=(true|1)
suffix to CLI inclusion args (@adamlui) - Added optional
=(false|0)
suffix to CLI disabling args (@adamlui) - Added optional
-?mode
suffix to quiet mode CLI arg (@adamlui) - Added API + CLI options references (@adamlui)
Full Changelog: minify.js-1.4.2...minify.js-1.4.3
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.3/minify.js#readme
Note: Asset minify.js-1.4.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 minify.js).
generate-pw v1.0.0
🚀 Initial Release
- Created
generatePassword()
function to generate a single password (@adamlui) - Created
generatePasswords()
function to generate multiple passwords (@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/generate-pw-1.0.0/generate-pw#readme
Note: Asset generate-pw-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 generate-pw).
scss-to-css v1.6.1
📃 Changelog
- Added search-start log to
findSCSS()
+ CLI routine (@adamlui) - Made no files found alert verbose-only in
findSCSS()
(@adamlui) - Bumped sass from 1.71.1 to 1.72.0 (@dependabot, @adamlui)
- Added Hindi + Bengali + Marathi + Punjabi docs (@adamlui, @Zin6969)
Full Changelog: scss-to-css-1.6.0...scss-to-css-1.6.1
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.6.1/scss-to-css#readme
🧠 New Contributors
- @dependabot made their first contribution in #7
- @Zin6969 made their first contribution in #8
Note: Asset scss-to-css-1.6.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 scss-to-css).
minify.js v1.4.2
📃 Changelog
- Added search-start log to
findJS()
+ CLI routine (@adamlui) - Made no files found alert verbose-only in
findJS()
(@adamlui) - Added Punjabi docs (@adamlui, @Zin6969)
Full Changelog: minify.js-1.4.1...minify.js-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/minify.js-1.4.2/minify.js#readme
🧠 New Contributors
Note: Asset minify.js-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 minify.js).
minify.js v1.4.1
📃 Changelog
- Added passing of options to recursive self-calls in
findJS()
(@adamlui) - Moved no files found alert from CLI routine to
findJS()
(@adamlui) - Added optional chaining to potentially empty arrays (@adamlui)
- Moved src data array check in CLI routine to dry run condition (@adamlui)
Full Changelog: minify.js-1.4.0...minify.js-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/minify.js-1.4.1/minify.js#readme
Note: Asset minify.js-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 minify.js).
scss-to-css v1.6.0
📃 Changelog
- Added module import support (@adamlui)
- Added
compile()
for API (@adamlui) - Exposed
findSCSSfiles(dir)
for API (@adamlui) - Implemented
compile()
into CLI routine (@adamlui) - Added logging of failed compilations (@adamlui)
- Added
--no-recursion
CLI flag (@adamlui) - Revamped function options inits to support partial options passed (@adamlui)
- Added
dotFolders
to main functions' options (@adamlui) - Added ignoring of node_modules dir to
findSCSS()
(@adamlui) - Added passing of options to recursive self-calls in
findSCSS()
(@adamlui) - Moved no files found alert from CLI routine to
findSCSS()
(@adamlui) - Added optional chaining to potentially empty arrays (@adamlui)
- Changed print of failed paths from comma-separated to vertical list (@adamlui)
- Added API reference (@adamlui)
- Translated docs to simplified Chinese + traditional Chinese (@adamlui)
Full Changelog: scss-to-css-1.5.2...scss-to-css-1.6.0
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.6.0/scss-to-css#readme
🧠 New Contributors
- @mcuee made their first contribution in https://github.com/orgs/community/discussions/6003#discussioncomment-8655106
Note: Asset scss-to-css-1.6.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 scss-to-css).
minify.js v1.4.0
📃 Changelog
- Added
--no-recursion
CLI flag (@adamlui) - Added
--no-mangle
CLI flag +mangle
API option (@adamlui) - Added
dotFolders
+dotFiles
to main functions' options (@adamlui) - Revamped function options inits to support partial options passed (@adamlui)
- Changed print of failed paths from comma-separated to vertical list (@adamlui)
- Translated docs to Hindi + Marathi + Bengali + simplified Chinese + traditional Chinese (@adamlui)
Full Changelog: minify.js-1.3.0...minify.js-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/minify.js-1.4.0/minify.js#readme
🧠 New Contributors
- @mcuee made their first contribution in https://github.com/orgs/community/discussions/6003#discussioncomment-8655106
Note: Asset minify.js-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 minify.js).