All Versions
10
Latest Version
Avg Release Cycle
46 days
Latest Release
2574 days ago

Changelog History

  • v0.11.0

    April 08, 2017
  • v0.10.0

    March 25, 2017
  • v0.9.2

    January 01, 2017
  • v0.9.0

    July 02, 2016
  • v0.8.2 Changes

    June 24, 2016
    • 🛠 Fixes for crystal 0.18.*
  • v0.8.1 Changes

    April 17, 2016
    • âž• Add type annotations, where new compiler would require them
    • 🛠 Fix minor type anomalies, that have popped up as instance/class vars got annotated
  • v0.8.0 Changes

    March 31, 2016
    • 👉 Makes after { ... } and delayed { ... } hooks to run even in case of assertion failure.
  • v0.7.1 Changes

    February 21, 2016

    🚀 This patch release makes elapsed time functionality available for usage in custom reporters as ::Spec2::ElapsedTime. Additionally, it fixes the problem with elapsed time, when test suite takes more than one hour.

  • v0.7.0 Changes

    February 21, 2016

    🚀 This minor release adds elapsed time output for standard reporters.

  • v0.6.0 Changes

    February 21, 2016

    🚀 This minor release adds new DSL component delayed { ... }. It is used inside of it ".." { ... } block and its block will be executed after test example execution and after all after { ... } hooks execution. Hence the name: Delayed.