Releases: tooploox/oya
Releases · tooploox/oya
v0.0.20 - Import.Alias + Apple Silicon build
v0.0.20
Added
-
Added an
Import.Alias
built-in variable, usable inside packs, containing the
alias under which the pack was imported. Consider the following import:Import: bar: github.com/bilus/foo
When you run the task below, defined inside the
foo
pack, it'll print "bar":whoami: | echo ${Oya[Import.Alias]}
-
Added build for Apple Silicon processors
arm64
.
Changed
- Report an error if a
Require
orReplace
directive appears in anOyafile
without aProject
directive; you can manage an Oya project dependencies in
the top-levelOyafile
.
Fixed
- Ensure non-zero exit code from a command in Oya tasks, including sub-commands,
propagates to the shell invokingoya run
, even withoutset -e
.
New release
Merge pull request #82 from tooploox/bdymowski/remove-nodejs-and-linter Remove linter and deps
v0.0.17
v0.0.16: Merge pull request #79 from tooploox/bilus/fix-set-e
Fixes https://github.com/mvdan/sh/issues/404 in the shell interpreter
Oya render with custom delimiters
Merge pull request #74 from tooploox/render-with-custom-delimiters Render with custom delimiters
Windows installer
v0.0.14 Merge pull request #73 from tooploox/bdymowski/build-windows-binaries…
Windows installer
Merge pull request #72 from tooploox/bdymowski/compile-installer Windows installer
Windows support
Merge pull request #71 from tooploox/bdymowski/oya-secrets-for-windows Oya secrets for windows
Small updates
-
Oya init with project name
-
Oya render allow to --set value.
-
Fix: Error when secrets.oya missing in subdir
Oya init with project name as argument
Oya init with project name as argument