Skip to content

Releases: Netflix-Skunkworks/rewrite

v1.4.0

04 Jan 23:31
Compare
Choose a tag to compare
  • Allow setting of the Charset to be used by OracleJdkParser.

v1.3.1

19 Apr 15:37
Compare
Choose a tag to compare

Fix superfluous label colon.

v1.3.0

10 Nov 14:18
Compare
Choose a tag to compare

Add implemented interfaces to Type.Class.

v1.2.5

18 Jun 19:12
Compare
Choose a tag to compare
  • Shade ANTLR4 in the bundle

v1.2.4

16 Jun 17:56
Compare
Choose a tag to compare

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

16 Jun 00:09
Compare
Choose a tag to compare
Make Method.Signature serializable

v1.2.2

15 Jun 23:42
Compare
Choose a tag to compare
Make IdentFlyweight serializable

v1.2.1

15 Jun 22:57
Compare
Choose a tag to compare
Making Formatting objects serializable

v1.2.0

19 Apr 22:03
Compare
Choose a tag to compare
  • Upgrade to antlr 4.7 to avoid enum constant warnings on NullUsageProcessor.

v1.1.2

19 Apr 15:35
Compare
Choose a tag to compare
  • 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.