All Versions
20
Latest Version
Avg Release Cycle
148 days
Latest Release
1744 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.1 Changes
April 07, 2020Requires:
- Crystal >= 0.34.0 (Errno changes)
-
v0.5.0 Changes
September 24, 2019- ๐ฑ MT compatibility โค๏ธ
- Requires Crystal >= 0.31.0 because of changes in
Channel
.
-
v0.4.3 Changes
June 30, 2019๐ Fixes:
- ๐ compatibility with recent Crystal releases (Exception initializer hack);
-
v0.4.2 Changes
November 04, 2018๐ Fixes:
--name
regression sincefocus
was introduced.
-
v0.4.1 Changes
October 20, 2018๐ Features:
- โ
Introduce
minitest/focus
to specify tests/specs to focus. Complements the--name
argument and is easier to use in specs.
๐ Fixes:
- Local variable errors in
responds_to
assertions; - Compatibility with Crystal 0.27.0
- โ
Introduce
-
v0.4.0 Changes
May 27, 2018๐ Features:
- Add
assert_instance_of
,refute_instance_of
assertions; - Add
must_be_instance_of
,wont_be_instance_of
expectations; - Add
capture_io
,assert_silent
,assert_output
assertions. - โ Add
--chaos
to merge & shuffle all tests from all suites, instead of shuffling suites then shuffling tests for each suite; - โ Add
--seed SEED
for reproducible test runs (can also be set withSEED
environment variable).
- Add
-
v0.3.6 Changes
November 07, 2017๐ Changes:
- Measure elapsed time using monotonic clock.
๐ Fixes:
- Compatibility with Crystal 0.24.0
-
v0.3.5 Changes
November 07, 2017๐ Changes:
- โฌ๏ธ dropped artificial src/minitest namespace for files
๐ Fixes:
- Compatibility with Crystal 0.19.0
-
v0.3.4 Changes
May 17, 2016๐ Fixes:
- Compatibility with Crystal 0.17.0
-
v0.3.3 Changes
May 17, 2016๐ Fixes:
- Compatibility with Crystal > 0.15.0