Skip to content

Releases: zeshaoaaa/OkReflect

0.1.5

16 Jul 03:01
Compare
Choose a tag to compare
  1. Added method async() for the purpose of Calling the method asynchronously.
  2. Added method field() for the purpose of get the field after async task.

0.1.4

13 Jul 12:17
Compare
Choose a tag to compare

Change method on(instance) to onInstance(instance) for the purpose of removing the ambiguity of the constructors.

0.1.3

11 Jul 11:22
Compare
Choose a tag to compare

Added methods simpleCall(), simpleSet() and callWithClass().

0.1.2

09 Jul 12:33
Compare
Choose a tag to compare
  • Fix Bug 'set field of instance failed, when class is super class'
  • Fix Bug 'get class of parameter failed, when parameter is null'
  • Added getResult() method for the purpose of obtain the return value no matter it is null or not.
  • Added classes parameter to call() method for the purpose of passing void parameter into the method.

0.1.1

09 Jul 06:49
Compare
Choose a tag to compare

Added feature 'call method from the instance that created outside of OkReflect'.

0.1.0

09 Jul 05:27
Compare
Choose a tag to compare

Fix bug 'Call method with multiple parameters failed'.

0.0.9

09 Jul 04:20
Compare
Choose a tag to compare

Added feature 'Calling methods from outer instance'.

0.0.8

08 Jul 21:05
Compare
Choose a tag to compare

Created package 'okreflect' and moved all classes to it.

0.0.7

06 Jul 14:07
Compare
Choose a tag to compare

Fix bug 'set final field failed'

0.0.6

06 Jul 09:15
Compare
Choose a tag to compare

Refine code for maintainability.