Skip to content

Releases: luisaveiro/dev.env

v0.6.1

07 Jan 10:22
Compare
Choose a tag to compare

Fixed

v0.6.0

10 Apr 16:21
Compare
Choose a tag to compare

Added

  • messages namespace for repeatable output messages.
  • git::checkout function to git package.

Changed

  • Improved output messages.
  • progressbar package is a core package dependency.

v0.5.1

03 Apr 12:27
Compare
Choose a tag to compare

Added

  • Support Ukraine message to terminal and readme.

v0.5.0

19 Nov 21:57
Compare
Choose a tag to compare

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

16 Nov 22:43
Compare
Choose a tag to compare

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

15 Nov 21:29
Compare
Choose a tag to compare

Fixed

  • Env package directory case-sensitivity.

v0.4.0

15 Nov 21:14
Compare
Choose a tag to compare

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

11 Nov 20:58
Compare
Choose a tag to compare

Added

  • free-for.dev to Useful Tips section.
  • ShellCheck for Visual Studio Code
  • ShellCheck Directive for variables in the printf format (ShellCheck SC2059).

Fixed

v0.3.1

01 Jun 06:25
Compare
Choose a tag to compare

Added

  • Awesome Compose & Raycast to Useful Tips section.

Fixed

v0.3.0

15 Apr 22:27
Compare
Choose a tag to compare

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.