Releases: Disq-Code-Bot/dyarn
Releases · Disq-Code-Bot/dyarn
Dyarn version 1.2.0 - COLORSS and caching !!
Main new features
- File caching
- Colored CLI outputs !! (still adding to some logs)
New commands
clean: Commands cleans dyarn config file cache
New flags
verbose: [global] used to log additional dyarn verbose information (still limited, more verbose logs will be added later)no-cache: [global] used to disable config-file caching (not recommended)
New options
noCache: Disables caching for your config file (not recommended)
Under the hood
- Creation of a .dyarn folder
- Date is now passed via cliInfo to prevent Date inconsistency across dyarn modules
- CWD is now unique and passed via cliInfo to prevent cwd inconsistency
1.1.0 - Many under the curtains improvements (but not only)
Internal improvements curtains:
- Flag extractor for easier flag utilization
- Adapting other modules to new flag extractor return type
- Overall functions modularization/separation
- Improved/centralized error handling
- Improved config file check (although it still needs work and improvements)
- Dyarn built-in commands invoker
- Dyarn built-in commands flag checker
- Improved config file scripts invocation
- Improved permissions check function and added net permission requirement
More visible features:
- New flag formats:
- single line e.g.:
-c=config.json - double line e.g:
--config=config.json - no separator (single and double line) e.g.:
--config config.jsonor-c config.json
- single line e.g.:
- New
helpcommand - New
versioncommand, and its flags:-aand `--all``: shows all other versions
- Imrpoved error messages
- Added net permission requirement
Dyarn version 1.0.4
- Updated default config file to deno.json based on the newest 1.18 Deno version
Dyarn version 1.0.3
- Added custom per script file run
- Added passing custom app flags after your app
- Improved README a little
- Fixed not found config file err instead of JSON parse error
Dyarn version 1.0.2
- fixed dyarn calling itself again
- fixed not finding correct default files
Dyarn v1.0.0-beta
First Dyarn version:
- config file with Deno scripts and file to run automatically instead of typing commands each time
Publishing on Deno land x
Dyarn v1.0.0
Publishing on Deno land