|
| 1 | +# 0.3.0 |
| 2 | +> Published 27 September 2024 |
| 3 | +
|
| 4 | +### Features 🎉 |
| 5 | +* Wasm Support by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/190 |
| 6 | + |
| 7 | +### Breaking Changes 🔴 |
| 8 | +* Move kRPC declarations from core by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/186 |
| 9 | + |
| 10 | +### Bug fixes 🐛 |
| 11 | +* Fix kotlin/js code and samples by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/179 |
| 12 | +* Fix regression of nested declarations in RPC interfaces by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/181 |
| 13 | + |
| 14 | +### Documentation 📗 |
| 15 | +* Wording fixes by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/175 |
| 16 | + |
| 17 | +### Infra 🚧 |
| 18 | +* Infra enhancements by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/206 |
| 19 | +* Fixed Wasm Publication by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/208 |
| 20 | +* Update renovate configs by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/185 |
| 21 | +* Configure JPMS checks by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/187 |
| 22 | +* Update some ide configs by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/188 |
| 23 | +* Added Gradle Doctor to the build by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/189 |
| 24 | +* Added build cache and develocity plugin by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/192 |
| 25 | +* Support variable Kotlin and project versions by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/201 |
| 26 | +* Update renovate and some deps by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/198 |
| 27 | + |
| 28 | +### Other Changes 🧹 |
| 29 | +* Bump version to 0.3.0-SNAPSHOT by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/174 |
| 30 | +* Fix compiler tests after #172 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/180 |
| 31 | +* Remove unused and inactive annotation by @kez-lab in https://github.com/Kotlin/kotlinx-rpc/pull/182 |
| 32 | +* Use built-in JsClass getter by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/184 |
| 33 | +* Update actions/configure-pages action to v5 by @renovate in https://github.com/Kotlin/kotlinx-rpc/pull/200 |
| 34 | +* Update Samples dependencies by @renovate in https://github.com/Kotlin/kotlinx-rpc/pull/199 |
| 35 | +* Update Core dependencies (non-major) by @renovate in https://github.com/Kotlin/kotlinx-rpc/pull/194 |
| 36 | +* Update Core dependencies (non-major) by @renovate in https://github.com/Kotlin/kotlinx-rpc/pull/205 |
| 37 | + |
| 38 | +## New Contributors |
| 39 | +* @kez-lab made their first contribution in https://github.com/Kotlin/kotlinx-rpc/pull/182 |
| 40 | + |
| 41 | +**Full Changelog**: https://github.com/Kotlin/kotlinx-rpc/compare/0.2.4...0.3.0 |
| 42 | + |
1 | 43 | # 0.2.4
|
2 | 44 | > Published 20 August 2024
|
3 | 45 |
|
|
0 commit comments