Releases: QuiltMC/quilt-kotlin-libraries
QKL 1.1.1
Libraries:
atomicfu
0.19.0 -> 0.20.0kx.serialization
1.4.1 -> 1.5.0kotlin
1.8.0 -> 1.8.10qsl
4.0.0-beta.1+1.19.3 -> 4.0.0-beta.9+1.19.3
This release additionally fixes a warning on quilt loader >= 0.18.1 by requiring loader 0.18.1 and using some of its APIs
QKL 1.1.0
This release updates to Minecraft 1.19.3
It provides support for:
- Kotlin: 1.8.0
- Minecraft 1.19.3
- QSL: >=4.0.0-beta.1
- FLK: >=1.9.0 (for Kotlin 1.8.0)
The math module has been disable in this release, due to Mojang changing it in great depth and limited update time. The ItemGroups extension has also been disabled for similar reasons
QKL 1.0.2
This release bumps the supported Kotlin version up to 1.8.0!
It provides support for:
- Kotlin: 1.8.0
- Minecraft: 1.19.2
- QSL: >= 3.0.0-beta.24
- FLK: >= 1.9.0 (for Kotlin 1.8.0)
There were no changes to any functionality, only dependencies to allow for use with newer Kotlin and FLK versions.
QKL 1.0.1
This is a small dependency update release for QKL
It provides support for:
- Kotlin: 1.7.22
- Minecraft: 1.19.2
- QSL: >= 3.0.0-beta.24
- FLK: >=1.8.6 (for Kotlin 1.7.22)
There were no changes to any functionality, only dependencies to allow for use with newer Kotlin and FLK versions.
QKL 1.0.0!
This is the first release of Quilt Kotlin Libraries!
This version comes with support for:
- Kotlin: 1.7.20
- Minecraft: 1.19.2
- QSL: >= 3.0.0-beta.16
In this version of QKL you can find:
- Kotlin wrappers for QSL functions
- Registry DSL
- Text DSL
- Brigadier DSL
- Math operators
- A kotlinx.serialization -> Mojang serialization codecs bridge
Please report any bugs you find on the Issue tracker of GitHub and enjoy your Kotlin Modding!
Thank you to all contributors that helped us get to a stable release for QKL, let's keep this up!