Releases: targendaz2/bats-zsh
Releases · targendaz2/bats-zsh
v1.2.1
v1.2.0
Added
zset
command. Used to set variables called by the functions called byzrun
.
Changed
- Added
zset
command and examples to the readme.
Fixed
zrun
tests now useassert_output
to test command output.
v1.1.0
Added
- Multiple files can be sourced with
zsource
.
Changed
zsource
uses a temporary file instead of an environment variable.
v1.0.2
Added
zsource
andzrun
commands output descriptive errors
Fixed
zrun
tests no longer userun
(i.e. run was called inside itself)
v1.0.1
Added
zrun
accepts the-127
argument fromrun
Fixed
zrun
callsrun
internallyzrun
no longer specifically checks arg 1,zsource
, or thezsh_wrapper.sh
path
v1.0.0
Added
- Source zsh files with
zsource
. - Run functions from the sourced zsh file with
zrun
.