strikt v0.29.0 Release Notes

Release Date: 2021-02-06 // over 3 years ago
    • ๐Ÿšš 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<*>.