Releases: openrewrite/rewrite-templating
Releases · openrewrite/rewrite-templating
v1.1.3
What's Changed
- Integrate with rewrite 8.4.0
- Proof of concept for
@Matches
annotation by @knutwannheden in #29
Full Changelog: v1.1.2...v1.1.3
1.1.2
What's Changed
- Use simpler nested class recipe name by @timtebeek in #32
Full Changelog: v1.1.1...v1.1.2
1.1.1
What's Changed
- Add
doAfterVisit(UnnecessaryParentheses)
to generated recipes by @timtebeek in #22 - Generate uses type and uses method by @timtebeek in #24
- Clean up nullable and empty string comparisons after visit by @timtebeek in #31
Full Changelog: v1.1.0...v1.1.1
1.1.0
What's Changed
- Test annotation processor using compile-testing by @timtebeek in #11
- Add or remove imports by @timtebeek in #10
- Support nested classes with static inner classes by @timtebeek in #13
- Only add and remove imports as required by @knutwannheden in #14
- Allow the after template to dereference parameters multiple times by @knutwannheden in #16
- Have outer classes extend Recipe too by @timtebeek in #17
- Generate classpath entries for FQN references by @timtebeek in #19
- Call ShortenFullyQualifiedTypeReferences after visit by @timtebeek in #18
New Contributors
- @timtebeek made their first contribution in #11
Full Changelog: v1.0.0...v1.1.0
1.0.0
What's Changed
- Update for rewrite 8.0.0
- Support for
@Primitive
annotation by @knutwannheden in #3 - First draft of Refaster annotation processor by @knutwannheden in #4
- OpenRewrite 8.0 upgrade by @knutwannheden in #8
New Contributors
- @knutwannheden made their first contribution in #3
Full Changelog: v0.1.1...v1.0.0
0.1.1
This time with artifact signing so it actually gets to Maven Central.
0.1.0
Initial release.