Hateful Mantis
- Moves several JVM-specific assertions to the new
strikt-jvm
module. - Removes the
strikt-java-time
module (usestrikt-jvm
instead). - Adds
isSorted
assertion forIterable<Comparable<*>>
. - Broadens
isSorted(Comparator)
so that it applies toIterable<*>
rather thanCollection<*>
.