All Versions
20
Latest Version
Avg Release Cycle
148 days
Latest Release
1451 days ago

Changelog History
Page 1

  • v0.5.1 Changes

    April 07, 2020

    Requires:

    • 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 since focus 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
  • 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 with SEED environment variable).
  • 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