Skip to content

Hateful Mantis

Compare
Choose a tag to compare
@robfletcher robfletcher released this 07 Feb 04:54
· 187 commits to main since this release
  • Moves several JVM-specific assertions to the new strikt-jvm module.
  • Removes the strikt-java-time module (use strikt-jvm instead).
  • Adds isSorted assertion for Iterable<Comparable<*>>.
  • Broadens isSorted(Comparator) so that it applies to Iterable<*> rather than Collection<*>.