Releases: MrNavaStar/R
Releases · MrNavaStar/R
R 1.1.3
R 1.1.2
- Create type binding system for calling functions that take interfaces as parameters
R 1.1.1
- Fix recursive crash
R 1.1.0
- Refactor Interface API
R 1.0.10
- Add new functions
implement()andinterfaceable()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
- Fix setting final fields on old java versions by @Midnight145
R 1.0.8
- Remove the need to pass class type through when calling
.of()on an R instance
R 1.0.7
- R instances can now be created from fields in other R instances.
.set()calls can now be chained
R 1.0.6
- Calling
.generics()on an enum will now return an empty array
R 1.0.5
- Fix crash