Skip to content

Latest commit

 

History

History
104 lines (65 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

104 lines (65 loc) · 6.12 KB

v2.1.1 (2024-10-26)

Bug Fixes

  • manpage: fix release date (7f3a76d)

v2.1.0 (2024-10-26)

Features

  • skip,test: support hiding output by result category (63eb049)

v2.0.0 (2023-10-12)

v2.0.0 introduces queues, setup and teardown functions, renames clear to clear-summary, makes a few fixes and other changes, and updates the Hippocratic License portion of the license.

Bug Fixes

  • eval: fallback emulation mode (cf418fb)
  • manpage: text formatting (3d0fb95)

Features

  • clear-summary: rename from clear (eb02c57)
    • ⚠️ Breaking change
  • completions: show help and version in ztr[tab] (edef33c), list all flags (635ca08)
  • github: action to release new github releases on homebrew (20a3b07)
  • git: ignore zsh binaries (1165ade)
  • license: hippocratic is latest (44818e4)
  • test: failing exit code if test fails (6adec5d)

Examples

  • examples: add bats and zunit (32d58fc)

Setup and teardown

New ZTR_SETUP_FN and ZTR_TEARDOWN_FN.

  • setup, teardown: support (92b617a)

Queues

New commands ztr clear-queue, ztr queue, and ztr run-queue.

  • completions: clear-queue, queue, run-queue; rename clear-summary (35c5dcf)
  • clear-queue, queue, run-queue: add support (b41288e)
  • queue: let user use same quote level as test (9a2bbc0)
  • queue: retain flags (6650ec9)
  • queue: support skipping (385df28)
  • run-queue: name can start with '-' (1753de7)
  • run-queue: results are saved to summary (d6324af)
  • run-queue: support bootstrap and clean functions (c20f2ed)
  • run-queue: support named batch (ef57c09)

v1.2.0 (2021-09-24)

Features

  • completions: add new + support in plugin use (3eaa542)
  • results: counts are in an associate array ZTR_RESULTS (e5f7969)
  • skip, summary, test: no color codes if NO_COLOR is declared (b273bee)
    • color: more reliable respect for NO_COLOR (7dc7682)
  • test: support emulation modes (035b0c2)
  • test: warn if non-zsh emulation mode used (a7e779e)
    • test: --quiet-emulate flag silences emulation warning (7318a1d)

v1.1.1 (2021-03-28)

Features

  • skip, summary, test: check NO_COLOR preference every time (8b024d8)

v1.1.0 (2021-03-28)

Features

  • installation: homebrew is now supported (13a51d7)
  • skip, summary, test: support NO_COLOR to opt of colored output (81da821)
  • ztr: run files in subshell (with ZTR_PATH) or by sourcing (125788e)

v1.0.0 (2021-03-27)

Initial release

Features

  • clear
  • skip
  • summary
  • test
  • can run test suites

Other

  • Code of Conduct
  • License
  • README
  • Roadmap