Changelog of BashSupport Pro 3.1.1
An annotated list of all changes is available in the release announcement.
bats-core
- Fixed bats-core files using
bats_load_librarywere not working on Windows. - Fixed Custom environment variables are now properly passed via
$WSLENVif a bats-core test is executed with WSL.
ShellCheck
- Fixed Dynamic source commands like
. $VAR/file.bashdid not show a warning and quickfix if a ShellCheck comment# shellcheckwas attached to the source command.