Releases: luisaveiro/dev.env
Releases · luisaveiro/dev.env
v0.6.1
Fixed
- ShellCheck Docker image tag.
- Declaration multiple modifiers in one declaration (ShellCheck SC2316).
- Arithmetic expression wrapped in parentheses (ShellCheck SC2323).
- Unnecessary ${} on regular variables in arithmetic contexts (ShellCheck SC2004).
v0.6.0
Added
messages
namespace for repeatable output messages.git::checkout
function togit
package.
Changed
- Improved output messages.
progressbar
package is a core package dependency.
v0.5.1
Added
- Support Ukraine message to terminal and readme.
v0.5.0
Added
prototype:new
command to create new prototype projects.prototype:samples
command to list available Docker Compose samples.help::command_max_tabs
function to change the max tabs length for help menu.- Global variable
SAMPLE_DIR
in config. question
output message function.
Changed
- Help menu formatting to support the new prototype package commands.
output
function to support no trailing flag when echoing message.
Fixed
package::load
error message format.
v0.4.2
Fixed
- Typo for newline in
env:config
command info message. env:list
command exits early in the loop while searching for setup files.
v0.4.1
Fixed
- Env package directory case-sensitivity.
v0.4.0
Added
env:list
command to list of available setup files.
Fixed
env:config
command from failing due to setup directory does not exist.
v0.3.2
Added
- free-for.dev to Useful Tips section.
- ShellCheck for Visual Studio Code
- ShellCheck Directive for variables in the printf format (ShellCheck SC2059).
Fixed
- Problematic code for eval negates the benefit of arrays (ShellCheck SC2294).
v0.3.1
Added
- Awesome Compose & Raycast to Useful Tips section.
Fixed
- Problematic code in the case of read-only (ShellCheck SC2155).
v0.3.0
Added
- Configuration functions for
repos
package.
Changed
self-update
command git output to a throwaway variable.git::fetch
function output to standard output and error.repos:config
command accepts git repository as a remote configuration.
Fixed
- Incorrect variable name for git remote config in
env::remote_configuration
.