Skip to content

Releases: emancu/crotest

Compatible with Crystal 1.0

07 Apr 10:18
Compare
Choose a tag to compare

The shard was already compatible with crystal 1.0, so no changes need.
However, I'm releasing a new minor version to make explicit that dependencies on crystal changed

Stable release!

24 Jun 15:23
Compare
Choose a tag to compare
Bump to v1.0.0

The shard has been stable during the latest releases
and I consider it is good enough to reach 1.0

Return the exception object from assert_raise

13 Jul 16:44
Compare
Choose a tag to compare

Support for Crystal 0.17

19 May 21:39
Compare
Choose a tag to compare

With the new NamedTupples, the old ruby-compatible syntax for hashes with symbols is obsolete and needs to be updated.

Compatible with Crystal 0.16.0

06 May 13:08
Compare
Choose a tag to compare

Besides the types annotations and compatibility with the latest Crystal, I'm jumping to a new version because this shard has been used for a while without no bugs reported.

No restricted variable names

07 Apr 12:18
Compare
Choose a tag to compare

This new release fixes the issue #3

Before/After blocks

26 Mar 20:39
Compare
Choose a tag to compare

We can define blocks of code to be executed before and after each test.

First release

25 Mar 05:23
Compare
Choose a tag to compare

It defines the minimal assertions set to run your test.