Skip to content

Releases: luisaveiro/dev.env

v0.2.1

15 Apr 20:25
Compare
Choose a tag to compare

Added

  • git::fetch function to git package.

Fixed

  • self-update command.

Resolving self-update

All version before v0.2.1 will require manually fetching all git tags before using self-update command.

# Manually fetch all tags.
$ cd path/dev.env && git fetch --all

# Run update command.
$ dev self-update

All versions after v0.2.1 will not require this additional manual solution.

v0.2.0

15 Apr 20:13
Compare
Choose a tag to compare

Added

  • Linux as supported OS.
  • file_extension filesystem function.
  • symlink filesystem function.
  • git::is_gist function to git package to detect if git repository is GitHub Gist repository.
  • Configuration functions for env package.

Changed

  • is_file_remote function uses own regex instead of git::protocol function.
  • env:config command accepts git repository as a remote configuration.
  • env:config command provides symbolic link to local configuration.

v0.1.1

11 Apr 15:27
Compare
Choose a tag to compare

Changed

  • env:setup command accepts multiple arguments to support running multiple setup files.

v0.1.0

10 Apr 00:02
Compare
Choose a tag to compare

Added

  • Initial project setup.
  • Repositories YAML template file.
  • Documentation for community profile.