Skip to content

Releases: specs-sh/assert

v1.0.0

11 May 19:44
Compare
Choose a tag to compare
  • set -e support
  • no longer add a command local which could collide with the command function
  • return or exit with the exit code of the failing command (assert only)
  • ASSERT_FAIL and REFUTE_FAIL to configure exit -vs- return (still defaults to exit)
  • Apache 2.0 --> MIT License
  • Remove bx-sh cruft
  • Renamed from assert.sh to assert and home moved to specs.sh
  • Switch specs from (incomplete) specs.sh over to microspecs