Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.78 KB

File metadata and controls

73 lines (42 loc) · 1.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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.

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.

Added

  • Multiple files can be sourced with zsource.

Changed

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

Added

  • zsource and zrun commands output descriptive errors.

Fixed

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

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.

Added

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