Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

1.0-PRE-15 | Enhancements & 1.19.2

Compare
Choose a tag to compare
@TheFruxz TheFruxz released this 18 Aug 08:57
· 182 commits to develop since this release
59d9965

What's Changed

  • Chore(deps): Bump paper-api from 1.19-R0.1-SNAPSHOT to 1.19.1-R0.1-SNAPSHOT by @dependabot in #296
  • Chore(deps): Bump exposed-core from 0.38.2 to 0.39.2 by @dependabot in #301
  • Chore(deps): Bump exposed-dao from 0.38.2 to 0.39.2 by @dependabot in #300
  • Chore(deps): Bump exposed-jdbc from 0.38.2 to 0.39.2 by @dependabot in #302
  • Chore(deps): Bump slf4j-api from 2.0.0-alpha7 to 2.0.0-beta1 by @dependabot in #304
  • Reintroduce the idea of async generated canvas inventories by @TheFruxz in #305
  • Chore(deps): Bump ktor-serialization-kotlinx-json from 2.0.3 to 2.1.0 by @dependabot in #308
  • Chore(deps): Bump ktor-client-content-negotiation from 2.0.3 to 2.1.0 by @dependabot in #309
  • Chore(deps): Bump ktor-client-core-jvm from 2.0.3 to 2.1.0 by @dependabot in #307
  • Chore(deps): Bump ktor-client-cio from 2.0.3 to 2.1.0 by @dependabot in #306
  • Upgrade to keys in identifiables by @TheFruxz in #312
  • feature: upgrade unfold to new context based structure by @TheFruxz in #315
  • Add modern cooldown api by @TheFruxz in #316
  • #319 PlaceholderAPI Support for chat formating by @CoasterFreakDE in #320
  • Several API improvements
  • several under-the-hood improvements
  • update to Minecraft version 1.19.2
  • upgrade from identities to keyed identities
  • complete rewrote the component building unfold system

New Contributors

I like to welcome @CoasterFreakDE to the MoltenKT Project!

Breaking Changes!

Due to the switch from identifiables to keyed-identifiables most of the projects will break! Remove every override of identities and identifiables in your project, that uses identifiable-head classes (like App, Component, etc.) and then look, which override is really required! The only required identifiable overrides are the only one that should be overriden

Full Changelog: 1.0-PRE-14...1.0-PRE-15