Releases: openrewrite/rewrite-templating
Releases · openrewrite/rewrite-templating
1.5.0
What's Changed
- Don't skip embedOptions for parameterless recipes by @Bananeweizen in #68
- enforce UTF-8 resources on older JVMs by @Bananeweizen in #70
- Fix multiline values in
@RecipeDescriptor
by @JLLeitschuh in #71 - Skip method references and lambdas in body by @timtebeek in #72
New Contributors
- @Bananeweizen made their first contribution in #68
- @JLLeitschuh made their first contribution in #71
Full Changelog: v1.4.2...v1.5.0
1.4.4
What's Changed
- Support sources located in an unnamed package by @Stephan202 in #64
New Contributors
- @Stephan202 made their first contribution in #64
Full Changelog: v1.4.0...v1.4.4
1.4.3
What's Changed
- Support sources located in an unnamed package by @Stephan202 in #64
New Contributors
- @Stephan202 made their first contribution in #64
Full Changelog: v1.4.0...v1.4.3
1.4.2
What's Changed
- Support sources located in an unnamed package by @Stephan202 in #64
New Contributors
- @Stephan202 made their first contribution in #64
Full Changelog: v1.4.0...v1.4.2
1.4.1
What's Changed
Full Changelog: v1.4.0...v1.4.1
1.4.0
What's Changed
- Minor refactor to how imports are removed by @timtebeek in #54
- Support Arrays and ignore if statements by @timtebeek in #56
- Always emit fully qualified code from
TemplateProcessor
by @knutwannheden in #55 - Tolerate but ignore
UseImportPolicy
to cover additional recipes by @timtebeek in #53 - Suppress jgit in rewrite-templating too; needs Java 8 support by @timtebeek in #58
- Remove parentheses when after is a unary too by @timtebeek in #59
- Decouple TemplateProcessorTest from RefasterTemplateProcessor by @timtebeek in #60
- Missing template classpath entry for parameters by @timtebeek in #61
- Fix compilation error around throws on EPS by @timtebeek in #62
- Improve performance for
J.Ternary
expressions by @knutwannheden in #63
Full Changelog: v1.3.13...v1.4.0
1.3.14
What's Changed
- Add
@SuppressWarnings("all")
to stop scanning tool complaints by @timtebeek in #52
Full Changelog: v1.3.12...v1.3.14
1.3.13
What's Changed
- Add
@SuppressWarnings("all")
to stop scanning tool complaints by @timtebeek in #52
Full Changelog: v1.3.12...v1.3.13
1.3.12
What's Changed
- Extract display name and description from JavaDoc by @timtebeek in #51
- Generate default constructor with JavaDoc for Xdoclint by @timtebeek in #50
Full Changelog: v1.3.11...v1.3.12
1.3.11
What's Changed
- Restore public modifiers with javadoc by @timtebeek in #46
- Tolerate
@DoNotCall
with no action taken by @timtebeek in c758a24 #47 - Add maven central badge by @timtebeek in ef184c6
Full Changelog: v1.3.10...v1.3.11