Skip to content

News

2.0.0-alpha.2 • Test context configuration, documentation improvements

Breaking changes

Replace:

test("Foo", yourCoroutineContext) {
    // your test
}
by
test("Foo", Context(yourCoroutineContext)) {
    // your test
}

Suite

  • Removed the 'context' parameter to 'test' and added the Context configuration (#75, !115)

Documentation

  • Removed the empty 'Best practices' section (!118)
  • The documentation website now contains the reference (!119)

Dependencies

  • Kotlin 2.1.0

1.5.0 • Support for Native tier 1 and 2 platforms, enhanced documentation

All tier 1 and 2 Kotlin/Native platforms are now supported for most modules, as well as mingwX64 (tier 3) - (!101).

Compat Arrow

Compat filesystem

Compat Ktor

Compat Gradle

1.5.0-rc.1 • Support for Native tier 1 and 2 platforms, enhanced documentation

All tier 1 and 2 Kotlin/Native platforms are now supported for most modules, as well as mingwX64 (tier 3) - (!101).

Compat Arrow

Compat filesystem

Compat Ktor

Compat Gradle

1.3.3 • Experimental resource loading helpers, temporary files documentation

Suite

  • Simplify the documentation on why SharedProvider is not recommended (!87)

Filesystems utilities

  • Experimental resource loading helpers (#66, #68, !64)
  • Added a website page on temporary files (#47, !98)

Documentation

  • Fix broken sentence in the Shared Values page (#65, !97)
  • Fix broken link in the getting started page (#4c62b66d, !98)
  • Fix broken link in the features overview page (#5f5fccf7, !98)
  • Rewrote the features overview page (#ddf30247, !98)

Suite

  • Notify that advanceTimeBy, runCurrent and advanceTimeUntilIdle may be removed in the future (#51, #7d123ad6, !91)
  • Improve the documentation of time.nowMillis (#3844abc0, !91)
  • Improve the documentation of time.scheduler (#684fdc1c, !91)

Java.time compatibility

  • time.set now has the same behavior as time.delayUntil (#51, #f12a05c7, !91)

KotlinX.Datetime compatibility

  • time.set now has the same behavior as time.delayUntil (#51, #e5c399d3, !91)

Documentation

  • Add a documentation page on time control (#49df6931, !91)
  • Add a documentation page on the Suite DSL (#60511f68, !91)
  • GDPR-related improvements for the documentation website (#29, !32)
  • Clarifications related to Truthish (!90)
  • Rename the Features Overview page (#b5aad64c, !91)
  • Readability improvements for async operations (#13740aa3, !91)