Skip to content

Releases: openrewrite/rewrite

2.1.0

20 Jul 14:35
9ee7d97
Compare
Choose a tag to compare
v2.1.0

Fix type attribution of newly generated method declarations

2.1.0-rc.3

11 Jul 14:59
508f38f
Compare
Choose a tag to compare
2.1.0-rc.3 Pre-release
Pre-release
  • Fix determination of composite visitor type.
  • Reduce scope of wildcard inclusion on profiles.

2.1.0-rc.2

01 Jul 05:17
ae8607f
Compare
Choose a tag to compare
2.1.0-rc.2 Pre-release
Pre-release
  • New rewrite-properties module to refactor standard properties (key=value) files.
  • New rewrite-yaml module to refactor YML files.

2.1.0-rc.1

28 Jun 23:10
1b1a6c2
Compare
Choose a tag to compare
2.1.0-rc.1 Pre-release
Pre-release

Added a new rewrite-maven module designed for refactoring Maven POM files.

2.0.1

19 Jun 13:31
1a1fb54
Compare
Choose a tag to compare
  • CompositeSourceVisitor renamed to CompositeRefactorVisitor<T>. It now properly delegates execution.

2.0.0

16 Jun 20:44
Compare
Choose a tag to compare

GA release!

  • Fixed import ordering to be package by package.
  • Marked some types as @Incubating.

2.0.0-rc.12

16 Jun 13:22
Compare
Choose a tag to compare
2.0.0-rc.12 Pre-release
Pre-release
  • Fix bug in order imports related to star folding

2.0.0-rc.11

15 Jun 22:14
Compare
Choose a tag to compare
2.0.0-rc.11 Pre-release
Pre-release
  • Fix OrderImports bug that didn't escape dot separators in package imports.

2.0.0-rc.10

12 Jun 12:54
Compare
Choose a tag to compare
2.0.0-rc.10 Pre-release
Pre-release
  • Separate Java 8 and Java 11 parsers!
  • Java parser TCK available in rewrite-test for additional Java parser implementations as they come along.
  • Configurable import ordering.
  • Support scanning of ~/.rewrite/rewrite.yml
  • New typed YML format for profiles and visitors to enhance our backwards compatibility story going forward.

2.0.0-rc.9

08 Jun 17:47
Compare
Choose a tag to compare
2.0.0-rc.9 Pre-release
Pre-release
  • Don't automatically classpath scan for visitors and profiles.
  • Support scanning ~/.rewrite/rewrite.yml.