CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 10
Releases: gulien/orbit
v3.3.0
Compare
This release provides a new flag --delimiters which allows to specify an alternative template delimiter pair .
Thanks @i-am-david-fernandez!
Assets 8
v3.2.0
7314053
Compare
This release provides a new flag -t --templates
which allows to specify additional templates.
Thanks @andrewebdev for the feedback!
Changelog
Assets 11
v3.1.0
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)
Assets 11
v3.0.2
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)
Assets 11
v3.0.1
28db184
Compare
Assets 11
v3.0.0
Compare
Assets 11
v2.0.0
Compare
Assets 11
v1.0.0
Compare
First stable release 🥇
Mostly code improvements (code coverage).
The binaries have also been built using Go 1.9.