Skip to content

Latest commit

 

History

History
79 lines (43 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

79 lines (43 loc) · 3.28 KB

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 and pwsh
  • 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

v0.6.6 - June 17, 2023

v0.6.5 - May 8, 2023

  • Fixed bug causing , separated custom headers to not be arrayified correctly
  • Included yarn.lock in published project
  • Added command debug output to tests
  • Fixed bug causing leia to fail when invoked as a dependency
  • Fixed showstopping bug caused by not including templates in npm package
  • Added --shell autodetection and support for bash, zsh, sh and cmd
  • Added --ignore flag to pass in patterns to exclude from parsing
  • Added --spawn flag to use child_process.spawn instead of child_process.exec
  • Added --stdin flag so we attach stdin 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 and stdout
  • Upgraded to node 14
  • Added some LEIA_PARSER_ envvars to each file being run.
  • Fixed bug with generate test eslint-disable max-len not being set
  • Fixed bug causing false-positive detection of not-properly-formatted markdown files
  • Just a little placeholder #1
  • Just a little placeholder #1