@@ -12,20 +12,35 @@ But there is no intent to bump the Ktorfit major version for every KSP update.
12
12
2.0.1 - 2024-08-08
13
13
========================================
14
14
### Fixed
15
- - # 594 Endpoint with types from other module
16
- - # 591 Ktorfit plugin doesn't include correct generate source if build directory changes #591
17
- - # 621 RequestConverter causing compile error
15
+ - Endpoint with types from other module # 594
16
+ - Ktorfit plugin doesn't include correct generate source if build directory changes #591
17
+ - RequestConverter causing compile error # 621
18
18
- Build with Ktor 2.3.12
19
19
20
+ ### ktorfit-annotations
21
+ - 2.0.1: The annotations are now also avaiable for WasmJs
22
+
20
23
### compilerPlugin
21
24
- Kotlin 2.0.0: 2.0.1-2.0.0 - 2024-08-08
22
25
- Kotlin 2.0.10: 2.0.1-2.0.10 - 2024-08-10
23
26
- Kotlin 2.0.20-RC: 2.0.1-2.0.20-RC - 2024-08-13
27
+ - Kotlin 2.0.20-RC2: 2.0.1-2.0.20-RC2 - 2024-08-13
24
28
- Kotlin 2.0.20: 2.0.1-2.0.20 - 2024-08-23
25
29
26
30
### ktorfit-ksp
27
31
- KSP 1.0.24: ktorfit-ksp-2.0.1-1.0.24 - 2024-08-08
28
32
33
+ ### Ktor3
34
+ The "normal" dependencies will stay on Ktor 2.x till 3.0 is stable. But here are versions that you can use when want to use Ktor3 and WasmJs
35
+
36
+ | Project | Version |
37
+ | -----------------------------------| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
38
+ | ktorfit-lib-light-ktor-3.0.0-beta-2 | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib-light-ktor-3.0.0-beta-2 )] ( https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-lib-light-ktor-3.0.0-beta-2 ) |
39
+ | ktorfit-lib-ktor-3.0.0-beta-2 | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib-ktor-3.0.0-beta-2 )] ( https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-lib-ktor-3.0.0-beta-2 ) |
40
+ | ktorfit-converters-flow-ktor-3.0.0-beta-2 | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-flow-ktor-3.0.0-beta-2 )] ( https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-flow-ktor-3.0.0-beta-2 ) |
41
+ | ktorfit-converters-call-ktor-3.0.0-beta-2 | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-call-ktor-3.0.0-beta-2 )] ( https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-call-ktor-3.0.0-beta-2 ) |
42
+ | ktorfit-converters-response-ktor-3.0.0-beta-2 | [ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-response-ktor-3.0.0-beta-2 )] ( https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-response-ktor-3.0.0-beta-2 ) |
43
+
29
44
# [ 2.0.0] ( )
30
45
31
46
ktorfit-ksp-2.0.0-1.0.24 - 2024-08-06
0 commit comments