Skip to content

Releases: leangen/geantyref

geanturef-v1.3.13

19 Nov 12:43
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

[1.3.13] - 2021-11-12

Added

  • New method: GenericTypeReflector.reduceBounded that recursively reduces bounded (variables, wildcards & captures) types to the first bound

Fixed

  • GenericTypeReflector.transform doesn't break on capture types #13
  • AnnotatedCaptureType is now public #14

Release v1.1.1 - A small feature and bug fixes

06 Mar 12:59
Compare
Choose a tag to compare

Changes:

  • #2 getExactParameterTypes(...) now works with constructors too
  • Fixed hashCode() inconsistency in various Type implementations