Skip to content

Releases: k-kinzal/aliases

v0.5.1

05 Mar 01:05
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed an issue where envPrefix always appended to .env. update .env only when run on host (#70)
  • Stop using hash of conf path for temp dir generation (#71)

v0.5.0

28 Feb 05:17
Compare
Choose a tag to compare

New Feature:

  • Added envPrefix parameter to the schema. It passed env when the environment variable name prefix matched (#68)

v0.4.0

26 Feb 08:39
7aefa4f
Compare
Choose a tag to compare

New Feature:

  • Changes to be able to mount docker binary without dependencies (#67)

v0.3.1

01 Mar 13:01
Compare
Choose a tag to compare

Bug Fixes:

  • fixed use local docker binary path in docker download (#65)

v0.3.0

27 Feb 12:02
Compare
Choose a tag to compare

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:

  • Refactored packages & project structure
  • Changed timing for docker binary download (#54)
  • Changed command to alias of entrypoint (#56)
  • Changed execute expansion of boolean parameter shortened (#57)

v0.2.1

06 Jan 13:41
Compare
Choose a tag to compare

Bug Fixes:

  • command and arguments were not passed in aliases run (#47)

v0.2.0

01 Jan 18:32
72d98d1
Compare
Choose a tag to compare

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

01 Jan 13:12
0bddd00
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

aliases v0.2-alpha is a pre-release.
Changelog please check the commit changes here.

v0.1.0

27 Dec 08:29
Compare
Choose a tag to compare

First release 🎉