Skip to content

Releases: TypedDevs/bashunit

0.9.0

15 Oct 11:16
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • Fix error catching in tests in #189

🥇 New features

  • Add Brew installation to docs in 0b42d1e
  • Add --help option in #161
  • Add -e|--env option in #192
  • Add -S|--stop-on-failure option in #184
  • Add data_provider by @cmayo in #162
  • Add asserts functions:
    • assert_string_starts_with, assert_string_not_starts_with in #185
    • assert_string_ends_with, assert_string_not_ends_with in #188
    • assert_less_than, assert_less_or_equal_than in #193
    • assert_greater_than, assert_greater_or_equal_than in #193

🌾 Miscellaneous

👏🏼 New Contributors

⛵ Main Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

08 Oct 10:02
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

🥇 New features

🌾 Miscellaneous

Full Changelog: 0.7.0...0.8.0

0.7.0

02 Oct 16:36
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • Manage error when test execution fails by @cmayo in #109

🥇 New features

🌾 Miscellaneous

Full Changelog: 0.6.0...0.7.0

0.6.0

19 Sep 16:33
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

🥇 New features

🌾 Miscellaneous

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

10 Sep 12:42
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

🥇 New features

  • Added assert matches, refactor global variables to start with underscored and add watch to the Makefile by @khru in #27
  • Add execution time to the render results of the test by @khru in #32
  • Create function assertNotMatches by @khru in #31
  • Add new logo by @Tito-Kati in #44

🌾 Miscellaneous

  • Add conventions to follow to the README.md file by @khru in #28
  • Add shellcheck by @khru in #30
  • Run pipelines on multiple os by @khru in #33
  • Added parallel runs to the framework, .env support, extract check OS improve assertions by @khru in #37
  • Update example docs to latest release by @fabriziofs in #38

Full Changelog: 0.4.0...0.5.0

0.4.0

08 Sep 07:39
Compare
Choose a tag to compare

What's Changed

🥇 New features

🌾 Miscellaneous

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

07 Sep 08:05
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Avoid stop running tests after a failing one test by @Chemaclass in #7

🥇 New features

🌾 Miscellaneous

  • Add how to run the test for your library by @khru in #1
  • Create GitHub workflow to run tests by @Chemaclass in #5

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

05 Sep 14:26
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Fix keeping in memory test func after running them
  • Allow running example log_test from anywhere

🥇 New features

  • Create a ./bashunit entry point
  • Change ROOT_DIR to BASH_UNIT_ROOT_DIR
  • Allow writing tests with camelCase as well as snake_case

Full Changelog: 0.1.0...0.2.0

0.1.0

04 Sep 09:11
Compare
Choose a tag to compare

What's Changed

🥇 Initial release

  • Added assertEquals function

Full Changelog: https://github.com/Chemaclass/bashunit/commits/0.1.0