Skip to content

Releases: MrNavaStar/R

R 1.1.3

26 Dec 22:36

Choose a tag to compare

  • Fix error when calling functions with parameters

R 1.1.2

26 Dec 22:16

Choose a tag to compare

  • Create type binding system for calling functions that take interfaces as parameters

R 1.1.1

26 Dec 19:01

Choose a tag to compare

  • Fix recursive crash

R 1.1.0

26 Dec 18:41

Choose a tag to compare

  • Refactor Interface API

R 1.0.10

22 Dec 22:47

Choose a tag to compare

  • Add new functions implement() and interfaceable() for reflectively implementing interfaces onto classes.
  • R.of(String) can now also resolve class names to an R instance
  • Fields and Methods are now cached

R 1.0.9

21 Mar 17:16
15777d1

Choose a tag to compare

  • Fix setting final fields on old java versions by @Midnight145

R 1.0.8

05 Sep 04:11

Choose a tag to compare

  • Remove the need to pass class type through when calling .of() on an R instance

R 1.0.7

04 Sep 23:29

Choose a tag to compare

  • R instances can now be created from fields in other R instances.
  • .set() calls can now be chained

R 1.0.6

24 Aug 19:23

Choose a tag to compare

  • Calling .generics() on an enum will now return an empty array

R 1.0.5

18 Aug 20:20

Choose a tag to compare

  • Fix crash