Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-29 | 3.3 kB | |
v6.0.0.M8 source code.tar.gz | 2025-07-29 | 14.1 MB | |
v6.0.0.M8 source code.zip | 2025-07-29 | 16.2 MB | |
Totals: 3 Items | 30.2 MB | 0 |
What's Changed
- Fixing releases for wasmJs targets by @Kantis in https://github.com/kotest/kotest/pull/4931
- Dividing the Kotest release flow into multiple runs by @Kantis in https://github.com/kotest/kotest/pull/4930
- Kantis/fix android native publishing by @Kantis in https://github.com/kotest/kotest/pull/4933
- enabling ksp publication by @Kantis in https://github.com/kotest/kotest/pull/4935
- Use kotlin poet for JS generator by @sksamuel in https://github.com/kotest/kotest/pull/4939
- updating target-specific release workflows to work with new publications by @Kantis in https://github.com/kotest/kotest/pull/4942
- Cleaning up some logging and unnecessary dependency wiring by @Kantis in https://github.com/kotest/kotest/pull/4941
- Use kotlin poet for native generation by @sksamuel in https://github.com/kotest/kotest/pull/4945
- Support project config detection in JS KSP by @sksamuel in https://github.com/kotest/kotest/pull/4946
- Update SpecRef to use FQN from KSP for non-JVM hints by @sksamuel in https://github.com/kotest/kotest/pull/4947
- Support project configs in native KSP by @sksamuel in https://github.com/kotest/kotest/pull/4948
- Unify all test result creation by @sksamuel in https://github.com/kotest/kotest/pull/4949
- Remove unused project config options by @sksamuel in https://github.com/kotest/kotest/pull/4950
- Updated gradle plugin for android build paths by @sksamuel in https://github.com/kotest/kotest/pull/4956
- Fix navigation to all specs by @sksamuel in https://github.com/kotest/kotest/pull/4951
- Update README.md by @sksamuel in https://github.com/kotest/kotest/pull/4957
- Updated android plugin to support libraries by @sksamuel in https://github.com/kotest/kotest/pull/4958
- Multiplatform JUnit XML Generator by @JesusMcCloud in https://github.com/kotest/kotest/pull/4954
- clean up after myself by @JesusMcCloud in https://github.com/kotest/kotest/pull/4959
- Wire KSP dependency from the Kotest Gradle Plugin by @sksamuel in https://github.com/kotest/kotest/pull/4961
- Implement WASM support by @sksamuel in https://github.com/kotest/kotest/pull/4962
- fix watchOS source folder name by @JesusMcCloud in https://github.com/kotest/kotest/pull/4963
- Implement WASM support by @sksamuel in https://github.com/kotest/kotest/pull/4964
- fix ksp imports by @JesusMcCloud in https://github.com/kotest/kotest/pull/4966
- Add nonjvm and remove jsHosted to simplify expect/actual implementations by @sksamuel in https://github.com/kotest/kotest/pull/4968
- Move platform and runBlocking into common by @sksamuel in https://github.com/kotest/kotest/pull/4969
- Updated matchers to return this by @sksamuel in https://github.com/kotest/kotest/pull/4970
- fix wiring of wasi by @JesusMcCloud in https://github.com/kotest/kotest/pull/4965
- Centralize all assertion handling into AssertionErrorBuilder. by @sksamuel in https://github.com/kotest/kotest/pull/4971
- Update shouldBeEqual to generate diffs by @sksamuel in https://github.com/kotest/kotest/pull/4972
- Simplify Print contract by removing unused depth by @sksamuel in https://github.com/kotest/kotest/pull/4973
- Update README.md by @sksamuel in https://github.com/kotest/kotest/pull/4975
Full Changelog: https://github.com/kotest/kotest/compare/v6.0.0.M5...v6.0.0.M8