Skip to content

Releases: MichaelRocks/grip

v0.5.0

12 Jun 13:54

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

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.
  • source and debug – a source file of a class and additional debug information.

0.4.0-beta

03 Jun 22:42

Choose a tag to compare

0.4.0-beta Pre-release
Pre-release
  • New matchers for a field initializer.
  • New from sources. Minor breaking change.

0.3.0-beta

22 May 22:39

Choose a tag to compare

0.3.0-beta Pre-release
Pre-release

Major breaking changes:

  • Rename subclasses of the GenericType class.
  • Introduce and use own Type class instead of ASM Type.

0.2.2-alpha

21 Mar 09:53

Choose a tag to compare

0.2.2-alpha Pre-release
Pre-release
  • Fix a crash when retrieving types for a source that doesn't contain any classes.

0.2.1-alpha

20 Mar 22:44

Choose a tag to compare

0.2.1-alpha Pre-release
Pre-release
  • Fix a crash when parsing java.lang.Object class or interfaces.

0.2.0-alpha

20 Mar 22:11

Choose a tag to compare

0.2.0-alpha Pre-release
Pre-release
  • Fixed #1, #2, #3, #4, #6.
  • Implemented partially lazy parsing of classes.
  • Added convenience extension properties to Element.