Polish & Shine
This release focuses on fixing a few pesky issues.
Elementary Project
- Fix source jars not being uploaded to the maven repository
Elementary
- Change
Cases.label(String)
toCases.get(String)
, the inconsistency betweenCases.label(String)
andCases.get(int)
was driving me nuts
Satisfactory
- Fix
EqualTimeSequence
not comparing sequences properly
Utilitary
- Add
Walker.erasuredAncestor(TypeMirrors)
- Change
Walker.ancestor(TypeMirrors)
toWalker.specializedAncestor(TypeMirrors)