|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.16.0...main) |
| 3 | +## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.17.0...main) |
4 | 4 |
|
| 5 | +- ... |
| 6 | + |
| 7 | +## [0.17.0](https://github.com/TypedDevs/bashunit/compare/0.16.0...0.17.0) - 2024-10-01 |
| 8 | + |
| 9 | +- Fixed simple output for non-successful states |
5 | 10 | - Added support for Alpine (Linux Distro)
|
6 | 11 | - Added optional file-path as 2nd arg to `--debug` option
|
7 |
| -- Added runtime per test |
| 12 | +- Added runtime duration per test |
| 13 | +- Added defer expressions with when using standalone assertions |
| 14 | +- Added failing tests after running the entire suite |
| 15 | +- Improved runtime errors handling |
8 | 16 | - Simplified total tests display on the header
|
9 | 17 | - Renamed `BASHUNIT_TESTS_ENV` to `BASHUNIT_LOAD_FILE`
|
10 | 18 | - Better handler runtime errors
|
11 | 19 | - Display failing tests after running the entire suite
|
12 | 20 | - Added defer expressions with `eval` when using standalone assertions
|
13 | 21 | - Fixed simple output for non-successful states
|
14 | 22 | - Remove deprecated assertions
|
15 |
| -- Some required dependencies now optional: |
16 |
| - - perl |
17 |
| - - coreutils |
18 |
| -- Switch to testing the environment of capabilities rather than assuming various operating systems and Linux |
19 |
| - distributions have programs installed. |
| 23 | +- Some required dependencies now optional: perl, coreutils |
20 | 24 | - Upgrade and install script can now use `wget` if `curl` is not installed
|
21 |
| -- Tests can be also be timed by making use of `EPOCHREALTIME` on supported system. |
| 25 | +- Tests can be also be timed by making use of `EPOCHREALTIME` on supported system |
| 26 | +- Switch to testing the environment of capabilities |
| 27 | + - rather than assuming various operating systems and Linux distributions have programs installed |
22 | 28 |
|
23 | 29 | ## [0.16.0](https://github.com/TypedDevs/bashunit/compare/0.15.0...0.16.0) - 2024-09-15
|
24 | 30 |
|
|
0 commit comments