v1.0.0-beta.4 - July 22, 2024
- Added ability to skip a test by using the
skip
keyword #45 - Added a
--timeout
option - Changed default
timeout
to 30 minutes - Improved usage in
--help
- Removed misleading
shell
debugging - Removed extraneous
cmd
inshell
choices list
v1.0.0-beta.3 - March 15, 2024
- Fixed bug with
powershell
not throwing errors correctly
v1.0.0-beta.2 - March 14, 2024
- Added support for
powershell
andpwsh
- Deyarned
- Fixed issue when
chai@5
shows up higher in the dependency tree #37
v1.0.0-beta.1 - August 19, 2023
- Added more reasonably named environment variables. See README.md for details.
v0.6.7 - June 17, 2023
- Switched release flow over to @lando/prepare-release-action
v0.6.6 - June 17, 2023
- Switched release flow over to @lando/prepare-release-action
v0.6.5 - May 8, 2023
- Fixed bug causing
,
separated custom headers to not be arrayified correctly
v0.6.4 - October 25, 2021
- Included
yarn.lock
in published project
v0.6.3 - October 19, 2021
- Added command
debug
output to tests
v0.6.2 - October 19, 2021
- Fixed bug causing
leia
to fail when invoked as a dependency
v0.6.1 - October 19, 2021
- Fixed showstopping bug caused by not including
templates
innpm
package
v0.6.0 - October 19, 2021
- Added
--shell
autodetection and support forbash
,zsh
,sh
andcmd
v0.5.1 - October 19, 2021
- Complete redesign: See updated README.md
v0.4.0 - March 18, 2021
- Added
--ignore
flag to pass in patterns to exclude from parsing - Added
--spawn
flag to usechild_process.spawn
instead ofchild_process.exec
- Added
--stdin
flag so we attachstdin
for the test, this can prevent downstream hanging - Added support for "multiline" single tests using
\
for readability - Improved error message on failed tests to show exit code,
stdin
andstdout
- Upgraded to
node
14
v0.3.4 - January 24, 2019
- Added some
LEIA_PARSER_
envvars to each file being run.
v0.3.3 - November 29, 2018
- Fixed bug with generate test
eslint-disable max-len
not being set
v0.3.2 - November 28, 2018
- Fixed bug causing false-positive detection of not-properly-formatted
markdown
files
v0.3.1 - November 27, 2018
- Just a little placeholder #1
v0.3.0 - November 27, 2018
- Just a little placeholder #1