Releases: shellspec/shellspec
Releases · shellspec/shellspec
0.19.0
Added
- Add installer (It has not been officially released, but you can used it already).
- Testing for single script file (Add
executeevaluation,Interceptand__SOURCED__variable). - Add
--keep-tempdiroption. - Add
Data < <FILE>syntax.
Removed
- Drop support for busybox 1.1.3 and similar versions as it can not redefine builtin commands.
- Drop support for ash 0.3.8 and similar versions as it can not use retrun in sourced script.
- Remove
call/invoke<STRING>syntax.
0.18.0
0.17.0
0.16.0
Added
- Coverage support (kcov integration)
- Add JUnit formatter and report generator.
- Add
--warning-as-failureoption. - Support Unofficial Bash Strict Mode.
- Support for Schily Bourne Shell (
bosh,pbosh).
Changed
- Change
--skip-message noneto--skip-message verbose.
Removed
- Remove
--warningsoption.
0.15.0
0.14.0
0.13.1
0.13.0
Added
- Add
--list examples:idoption. - Add
*_spec.sh:@IDsyntax the specify id with the filename. - Add
--pattern,--example,--tag,--default-pathfilter option.
Changed
- Change
LoggerHelper to%loggerdirective. - Merge
--list-specfiles,--list-examplesoptions to--listoption. - Redesign reporter to improve performance, maintainability.