All Versions
203
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v3.13.8 Changes
๐ (release failed)
-
v3.13.5 Changes
- "BREAKING":
ReferenceType.getDirectAncestors()
no longer returnsjava.lang.Object
when called on aReferenceType
ofjava.lang.Object
. This remedies infinite recursions in certain edge cases. If you relied on the old behavior, you have to add aReferenceType
instance ofjava.lang.Object
to the List returned byReferenceType.getDirectAncestors()
yourself.
๐ issues resolved
- "BREAKING":
-
v3.13.2 Changes
- ๐ Version 3.13.0 and 3.13.1 contain rather bad bugs that have been fixed here.
๐ issues resolved
-
v3.13.1 Changes
- ๐ฒ Slightly breaking: most parameters to Log methods now take consumers to avoid evaluating them when not necessary.
๐ issues resolved
-
v3.13.0 Changes
- ๐ "BREAKING": The static
JavaParser.parse...
methods have moved toStaticJavaParser.parse...
!
๐ issues resolved
- ๐ "BREAKING": The static
-
v3.12.0 Changes
- ๐ "BREAKING": all deprecated code was removed. ๐ If you don't know what to do, try version 3.11.0 and read the Javadoc for the deprecated methods. It tells you what to use instead.
๐ issues resolved