Releases: MichaelRocks/grip
Releases · MichaelRocks/grip
v0.5.0
Add the following properties to ClassMirror:
types– nested classes of a class.name– a fully-qualified Java name of a class.simpleName– a simple Java name of a class.enclosure– enclosing class and method for a class.sourceanddebug– a source file of a class and additional debug information.
0.4.0-beta
- New matchers for a field initializer.
- New
fromsources. Minor breaking change.
0.3.0-beta
Major breaking changes:
- Rename subclasses of the
GenericTypeclass. - Introduce and use own
Typeclass instead of ASMType.
0.2.2-alpha
- Fix a crash when retrieving types for a source that doesn't contain any classes.
0.2.1-alpha
- Fix a crash when parsing
java.lang.Objectclass or interfaces.