Skip to content

Releases: shellspec/shellspec

0.11.2

22 Apr 16:19

Choose a tag to compare

Fixed

  • Fixed bug that does not work with zsh 5.4.2.

0.11.1

21 Apr 06:56

Choose a tag to compare

Fixed

  • Fixed ignored specified line number when parallel execution.
  • Fixed documentation formatter when supplied multiple specfiles.

0.11.0

20 Apr 07:42

Choose a tag to compare

Added

  • Run the example by line number. (*_spec.sh:#)
  • Run focused groups / examples. (fDescribe, fContext, fExample, fSpecify, fIt)
  • Add --count option for count the number of examples without running.

0.10.0

17 Apr 06:15

Choose a tag to compare

Added

  • Support parallel execution. (--jobs option)

Changed

  • Separete syntax checker into tools.
  • Improve syntax checker.
  • Improve error handling.
  • Improve ctrl-c handling.

Removed

  • Remove Def helper. (use %putsn, %puts directive instead)

0.9.0

30 Mar 02:59

Choose a tag to compare

Added

  • Add --syntax-check option for syntax check of the specfile.

Changed

  • Change timing of loading external script by 'Include'. [breaking change]

Fixed

  • Fix for translation speed slowdown.

Removed

  • Remove shorthand of the variable subject.

0.8.0

26 Mar 13:49

Choose a tag to compare

Added

  • Add Constant definition.
  • Add Data helper, Embedded text.
  • Add Def helper.
  • Add Logger helper.
  • Add result modifier.
  • Add Include helper.
  • Add shorthand for function subject and variable subject.
  • Add failed message for Before/After each hook.

Changed

  • Change behavior of line and lines modifier to like "grep -c" not "wc -l".
  • Change function subject to alias for value subject.
  • Improve handling unexpected errors.
  • Improve samples.

Removed

  • Remove It statement and change It is alias of Example now.
  • Remove Set / Unset helper.
  • Remove Debug helper.
  • Remove string subject.
  • Remove exit status subject. (use status subject)

0.7.0

08 Mar 09:39

Choose a tag to compare

Added

  • Added lines modifier.

0.6.0

19 Feb 11:41

Choose a tag to compare

Added

  • Added match matcher.

0.5.0

05 Feb 18:20

Choose a tag to compare

Added

  • Initial public release.