Changelog
The version update history of
KYukiReflection
is recorded here.
Pay Attention
We will only maintain the latest API version, if you are using an outdate 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
最新
1.0.2 | 2024.6.29- For real-world use cases, we've added methods such as
singletonInstance
andcompanionSingletonInstance
to quickly fetch singleton and object class instances - When using the
bindProperty()
method to delegate binding, if the bound propertythis
is the same as theClass
type, you don't need to passthisRef
, and thethis
in the domain will be automatically used - When using
Kotlin
reflection lookup to get a function, property that is an object class or a singleton class member, you don't need to pass inthisRef
and the relevant example will be used automatically - Added a signature lookup method for the
Kotlin
class with metadata exceptions, and only read the metadata of theClass
to find the corresponding data to avoid exceptions - Adding an
original
function to the result instance of the lookup allows calls to be made about things that don't have aHook
, although this only works if there's aHookAPI
- Add the
function
lookup result instance or theproperty
lookup result instance or lookup instance ofgetter
orsetter
can be directly obtained in the lookup instance - Added
KFunction
andKProperty
to convert them into search result instances by using theinstance
method - Optimized the degree of reflection finding and matching adaptation of
Kotlin
- For more information, please optimize the details in use
stale
1.0.0 | 2023.01.26- The first version is submitted to Maven