All Versions
10
Latest Version
Avg Release Cycle
46 days
Latest Release
2805 days ago
Changelog History
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 { ... }
anddelayed { ... }
hooks to run even in case of assertion failure.
- ๐ Makes
-
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 ofit ".." { ... }
block and its block will be executed after test example execution and after allafter { ... }
hooks execution. Hence the name: Delayed.