Releases: bash-bastion/bats-all
v5.2.0
v5.1.1
Fixes
- Improve installation instructions in
README.md
v5.1.0
Features
- Add
package.json
with package name@hyperupcall/bats-all
Fixes
- The
{assert,refute}_regex
files frombats-assert
are now properlysource
'd
v5.0.0
Breaking Changes
Use upstream repositories from the bats-core
organization instead of my own forks.
I originally created the forks because I wanted to make some changes (and upstream seemed inactive). But now, upstream is moving faster and there is little reason to not use upstream directly.
v4.6.0
Features
Pulls the latest from the following repositories:
- bats-assert
- bats-file
v4.5.0
Features
Pulls the latest from the following repositories
- bats-assert
- bats-file
v4.4.0
Features
Pulls the latest from the following upstream repositories
- bats-assert
- bats-file
- bats-support
v4.3.0
This update simply pulls in the latest changes from bats-assert, along with a few other minor unrelated changes
v4.2.0
This includes the latest releases from bats-core/bats-assert
. Those changes were just changes in the test suite, so a release is kind of unnecessary. Due to my clumsy thumbs, I released a new version, so here we are anyways!
v4.1.0
Features
- Allow negative indexes in line assertions commit merge commit
Fixes
- Properly load function that contains
assert_not_equal
inload.bash
commit