Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

95 lines (51 loc) · 2.53 KB

Changelog

v5.2.0

Features

  • Merge latest bats-core/bats-assert into ./bats-assert
  • Merge latest bats-core/bats-file into ./bats-file
  • Merge latest bats-core/bats-support into ./bats-support

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 from bats-assert are now properly source'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

  • Merge latest bats-core/bats-assert into hyperupcall/bats-assert
  • Merge latest bats-core/bats-file into hyperupcall/bats-file

v4.5.0

Features

  • Merge latest bats-core/bats-assert into hyperupcall/bats-assert
  • Merge latest bats-core/bats-file into hyperupcall/bats-file

v4.4.0

Features

  • Merge latest bats-core/bats-assert into hyperupcall/bats-assert
  • Merge latest bats-core/bats-file into hyperupcall/bats-file
  • Merge latest bats-core/bats-support into hyperupcall/bats-support

v4.3.0

Features

  • Merge latest bats-core/bats-assert into hyperupcall/bats-assert

v4.2.0

Features

  • Merge latest bats-core/bats-assert into hyperupcall/bats-assert

v4.1.0

Features

Fixes

  • Properly load function that contains assert_not_equal in load.bash commit

v4.0.0

Uses git-subtree(1) for repository management instead of git-submodule(1)

Removing the old sources means those changes will be lost. There is no difference in features or bugfixes

Features

v3.0.1

This simply correctly sets the version string in basalt.toml

v3.0.0

First release