Skip to content

Releases: openrewrite/rewrite-analysis

2.1.3

04 Dec 18:45
7dafcf1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.3

2.1.2

24 Nov 23:45
4fca01e
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.2

v2.1.1

24 Nov 14:46
4fca01e
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

11 Nov 00:55
1a92087
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.9.0
  • Don't stop iteration on constructor calls, only anonymous subclasses by @knutwannheden in #37

Full Changelog: v2.0.7...v2.1.0

v2.0.7

27 Oct 22:29
6cfbf8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

03 Oct 01:27
Compare
Choose a tag to compare

2.0.5

12 Sep 13:49
c978469
Compare
Choose a tag to compare

What's Changed

  • Add support for accessing Variable modifiers by @aaronist in #29
  • Fix bug with VarAccess recognizing identifiers in Javadoc comments by @aaronist in #30
  • Implement LambdaExpr basic functionality by @aaronist in #32
  • Add disabled tests for lambda functions by @aaronist in #33

Full Changelog: v2.0.4...v2.0.5

2.0.4

24 Aug 18:16
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.4.0
  • Reduce Expression that are vaild DataFlowNode by @JLLeitschuh in #27
  • refactor: Use method references in lambda by @timtebeek in #28

New Contributors

Full Changelog: v2.0.3...v2.0.4

2.0.3

26 Jul 18:22
6cc80ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

2.0.2

04 Jul 08:54
d101f60
Compare
Choose a tag to compare

What's Changed

  • refactor: Add imports for fully qualified references to types by @knutwannheden in #7
  • Expand taint flow functionality and add external model method matcher by @aaronist in #6
  • Refactor ExternalSinkModels to use new interfaces by @JLLeitschuh in #8
  • Allow TraitFactory to pick first factory by @JLLeitschuh in #9
  • Refactor to use Trait.Base by @JLLeitschuh in #10
  • Add DataFlowNode functionality to rewrite-analysis by @aaronist in #11
  • Add CodeQL docs to traits and update matchesTargetType by @aaronist in #12

New Contributors

Full Changelog: v2.0.1...v2.0.2