Skip to content

Releases: QuiltMC/quilt-kotlin-libraries

QKL 1.1.1

15 Mar 18:01
06d7af8
Compare
Choose a tag to compare

Libraries:

  • atomicfu 0.19.0 -> 0.20.0
  • kx.serialization 1.4.1 -> 1.5.0
  • kotlin 1.8.0 -> 1.8.10
  • qsl 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

05 Jan 01:05
46fba94
Compare
Choose a tag to compare

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

05 Jan 00:28
7d40be5
Compare
Choose a tag to compare

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

22 Dec 18:20
9d73999
Compare
Choose a tag to compare

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!

04 Dec 17:42
9c14ac8
Compare
Choose a tag to compare

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!