Skip to content

Releases: gulien/orbit

v3.3.0

18 Jan 11:36
Compare
Choose a tag to compare

This release provides a new flag --delimiters which allows to specify an alternative template delimiter pair .

Thanks @i-am-david-fernandez!

v3.2.0

17 Jun 15:52
7314053
Compare
Choose a tag to compare

This release provides a new flag -t --templates which allows to specify additional templates.

Thanks @andrewebdev for the feedback!

Changelog

7314053 adding new flag '-t --templates' (#34)

v3.1.0

01 May 11:17
Compare
Choose a tag to compare

This version provides new features 🤘:

  • new -v --verbose flag which displays less logs than the -d --debug flag
  • new attribute shell for a task which allows to override the default shell used
  • new function run: you may now call others tasks from a task

Thanks @octplane & @j-vizcaino for the help and feedbacks!

Changelog

dfc5298 adding the possibility to call others tasks from a task (#32)
e8ee541 adding verbose flag (#30)
aa00579 runner: support shell parameter (#28)

v3.0.2

23 Apr 12:45
Compare
Choose a tag to compare

Template generation now fails when using a variable that is not defined.
Previously, the variable was replaced with <no value>.

Thanks @j-vizcaino for this enhancement.

Changelog

1997756 Template rendering fails when using an undefined variable (#26)

v3.0.1

13 Apr 14:50
28db184
Compare
Choose a tag to compare

Improving debug message when no payload flag given.

Changelog

28db184 V3.0.1 (#23)

v3.0.0

23 Feb 10:38
Compare
Choose a tag to compare

New version of Orbit!
This version brings some breaking changes as detailed in the link below.

Changelog

effd1c2 V3.0.0 (#22)

v2.0.0

27 Sep 13:26
Compare
Choose a tag to compare

New version of Orbit!
This version brings some breaking changes as detailed in the link below.

Changelog

ba41e3c V2.0.0 (#20)

v1.0.0

21 Aug 19:39
Compare
Choose a tag to compare

First stable release 🥇

Mostly code improvements (code coverage).
The binaries have also been built using Go 1.9.

v1.0.0-beta2

09 Aug 09:21
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

Second beta release 🥈 !

Changelog

ccdf744 adding -r --raw flag (#16)

v1.0.0-beta

19 Jul 06:48
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

First beta release 🥇 !

Changelog

2b9982e v1.0.0-beta (#13)