Skip to content

Releases: targendaz2/bats-zsh

v1.2.1

28 May 15:47
60dee9a
Compare
Choose a tag to compare

Changed

  • The zsource cache path is no longer passed to zsh_wrapper.sh.
  • zsh_wrapper.sh generates the cache path on its own.
  • zrun supports the full range of expected return codes supported by run.

v1.2.0

27 May 20:35
Compare
Choose a tag to compare

Added

  • zset command. Used to set variables called by the functions called by zrun.

Changed

  • Added zset command and examples to the readme.

Fixed

  • zrun tests now use assert_output to test command output.

v1.1.0

18 May 21:52
bf99bb6
Compare
Choose a tag to compare

Added

  • Multiple files can be sourced with zsource.

Changed

  • zsource uses a temporary file instead of an environment variable.

v1.0.2

13 May 21:01
Compare
Choose a tag to compare

Added

  • zsource and zrun commands output descriptive errors

Fixed

  • zrun tests no longer use run (i.e. run was called inside itself)

v1.0.1

13 May 16:46
Compare
Choose a tag to compare

Added

  • zrun accepts the -127 argument from run

Fixed

  • zrun calls run internally
  • zrun no longer specifically checks arg 1, zsource, or the zsh_wrapper.sh path

v1.0.0

13 May 16:06
Compare
Choose a tag to compare

Added

  • Source zsh files with zsource.
  • Run functions from the sourced zsh file with zrun.