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

Changelog History
Page 2

  • v0.3.2 Changes

    March 23, 2016

    ๐Ÿ›  Fixes:

    • Compatibility with Crystal 0.14.0
  • v0.3.1 Changes

    ๐Ÿ›  Fixes:

    • Compatibility with Crystal 0.11.0
  • v0.3.0 Changes

    ๐Ÿ’ฅ Breaking Change:

    • โœ… Each test now runs in a single instance of the test class, so instance variables don't leak from one test to another.

    This change will have a breaking impact if you rely on instance variables to cache or share data between tests. You'll may want to use class variables for this purpose instead.

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘ Allow describes in specs to start with special chars like . or #
    • ๐Ÿ‘ Allow skip :symbol and flunk :symbol
  • v0.2.0 Changes

    ๐Ÿ”‹ Feature:

    • โœ… Minitest.after_run hooks

    ๐Ÿ›  Fixes:

    • Crystal > 0.9.1 compatibility
  • v0.1.5 Changes

    ๐Ÿ›  Fixes:

    • โœ… Don't exit until all test suites have completed
    • ๐Ÿ‘ป Exception overload with Crystal 0.8.0
  • v0.1.4 Changes

    • Compatibility with Crystal 0.8.0
  • v0.1.3 Changes

    • Compatibility with Crystal 0.7.7 (no more alias_method)
  • v0.1.2 Changes

    • ๐Ÿ›  Fixes verbose mode
  • v0.1.1 Changes

    • โž• Added shard.yml for shards dependency manager
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial release: unit tests, specs, runner, ...