Releases: Netflix-Skunkworks/rewrite
Releases · Netflix-Skunkworks/rewrite
v1.4.0
v1.3.1
Fix superfluous label colon.
v1.3.0
Add implemented interfaces to Type.Class
.
v1.2.5
- Shade ANTLR4 in the bundle
v1.2.4
Added a composite MultiCatchType
which holds a list of all the Throwable
types involved in a multi-catch statement. This allows for MultiCatch
to honor the TypeTree
interface by returning a type rather than throwing an exception when you attempt to retrieve its type.
v1.2.3
Make Method.Signature serializable
v1.2.2
Make IdentFlyweight serializable
v1.2.1
Making Formatting objects serializable
v1.2.0
- Upgrade to antlr 4.7 to avoid enum constant warnings on NullUsageProcessor.
v1.1.2
- Add compile dependency on
jackson-annotations
to avoid "warning: unknown enum constant JsonTypeInfo$As.PROPERTY" type warnings in consumers of Rewrite that don't also have a need for Jackson.