Changelog

The version update history of KavaRef is recorded here.

Pay Attention

We will only maintain the latest API version. If you are using an outdated API version, you voluntarily renounce any possibility of maintenance.

Notice

To avoid translation time consumption, Changelog will use Google Translation from Chinese to English, please refer to the original text for actual reference.

Time zone of version release date: UTC+8

kavaref-core

1.0.1 | 2025.07.06  latest

  • T.resolve() has been deprecated because it has namespace pollution problems. It is now recommended to migrate to T.asResolver()
  • Removed the residual block method in KavaRef. If this method is used, you can manually implement it with apply

1.0.0 | 2025.06.25  stale

  • The first version is submitted to Maven

kavaref-extension

1.0.1 | 2025.07.06  latest

  • Fixed an issue where the return type of loadOrNull is Class<*>? instead of Class<Any>? in VariousClass

1.0.0 | 2025.06.25  stale

  • The first version is submitted to Maven