Skip to content

Releases: robfletcher/strikt

Heavenly Bear

23 Jun 05:52
Compare
Choose a tag to compare
  • Bug-fix for type inference in succeeded().
  • Improved output for failed().

Funereal Raven

16 Jun 17:38
Compare
Choose a tag to compare

Breaking changes

  • Updated exception handling assertions that use Kotlin's runCatching and Result<T>.

Other changes

  • Added override for describedAs that accepts a lambda.

Elder Refuge

11 May 01:14
Compare
Choose a tag to compare
  • Changed Assertion.Builder<Iterable<*>>.contains to pass if the argument is an empty list/varargs.
  • Fixed an out of bounds exception in Assertion.Builder<Iterable<*>>.containsExactly

Pain Mother

16 Apr 00:54
Compare
Choose a tag to compare

Adds strikt-gradle module

Glorious Catacomb

02 Apr 17:36
Compare
Choose a tag to compare
v0.19.7

Added doc section for `strikt-spring`

Bitter Forest

30 Mar 14:20
Compare
Choose a tag to compare

Fixes issues with bom publication.

Victorious Scholar

30 Mar 01:18
Compare
Choose a tag to compare

Includes a BOM for aligning versions of multiple modules.

Poison Spire

24 Mar 15:17
03847b5
Compare
Choose a tag to compare

Suppresses internal stack frames from exceptions to make it easier to determine where the assertion was raised.

Iron Ocean

23 Mar 01:09
1b5d172
Compare
Choose a tag to compare
  • Adds assertions and mappings for Assertion.Builder<ClosedRange>.
  • Adds endsWith(Char) for Assertion.Builder<CharSequence>.

Bounteous Steel

13 Mar 20:50
082167f
Compare
Choose a tag to compare

Adds getValue assertion/mapping for Assertion.Builder<Map<*, *>>