Suite
- Helper to share values between all tests (#32, !34)
KotlinX.Datetime compatibility
- Added time.delayUntil(ISO String) (8510f11e, !33)
- Added examples to most functions (422dbb08, !33)
java.time compatibility
- Split into its own module (was previously in Suite's jvmMain) (#34, !35)
Arrow compatibility
- Allow using failOnRaise outside the Test DSL (!33)
- Added assertRaises and variants (!33)
- Added examples to most functions (e2b8f421, !33)
Filesystem access
- Shorter names for children files (#29, !32)
Kotlin-test runner
- When nested suites are unnested on JS, embed the relationship in the name so it isn't lost (0f3b4578, !33)
- Added a guide to explain how to configure, and listed downsides (#26, !33)
Kotest runner
- Added a guide to explain how to configure, and listed downsides (#26, !33)
Documentation
- Module-level documentation for all modules (#20, #26, !33)