Releases: luisaveiro/dev.env
Releases · luisaveiro/dev.env
v0.2.1
Added
git::fetchfunction togitpackage.
Fixed
self-updatecommand.
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
Added
- Linux as supported OS.
file_extensionfilesystem function.symlinkfilesystem function.git::is_gistfunction togitpackage to detect if git repository is GitHub Gist repository.- Configuration functions for
envpackage.
Changed
is_file_remotefunction uses own regex instead ofgit::protocolfunction.env:configcommand accepts git repository as a remote configuration.env:configcommand provides symbolic link to local configuration.
v0.1.1
Changed
env:setupcommand accepts multiple arguments to support running multiple setup files.
v0.1.0
Added
- Initial project setup.
- Repositories YAML template file.
- Documentation for community profile.