Releases: k-kinzal/aliases
Releases · k-kinzal/aliases
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
New Feature:
- Parameters defined by the dependency are inherited to the parent. For example,
env
defined in dependency can be read by parent command (#48) - Define commands recursively in
dependencies
. This allows you to define the command to be called only from the command (#51) - Extend the
entrypoint
(#58) - Used shell redirection on command call (#59)
Bug Fixes:
- Fixed a read waiting for input when calling command (#53)
Misc:
v0.2.1
v0.2.0
v0.2.0 - 2019-01-02
New Features:
- Added
aliases run
command (#34, #35, #36) - Added
docker
parameter to the schema. It works hosts and guests incompatible with docker binaries such as ubuntu and alpine (#38) - Supported CircleCI Orb (#39)
Misc:
- Refactored packages & project structure
- Added logger and the log is displayed in color.
- Changed CI setting to dogfood CircleCI Orb (#40)
v0.2-alpha
aliases v0.2-alpha is a pre-release.
Changelog please check the commit changes here.