Releases: openrewrite/rewrite-csharp
Releases · openrewrite/rewrite-csharp
0.14.1
add warning exclusion Signed-off-by: OlegDokuka <oleh@moderne.io>
0.14.0
What's Changed
Full Changelog: v0.12.0...v0.14.0
0.12.0
What's Changed
- Add proper nullsafe handling for c# (a?.b?.c) by @macsux in #16
- Fix mapping of type for
null
literals by @knutwannheden in #15
Full Changelog: v0.11.0...v0.12.0
0.11.0
What's Changed
- Add support for option attr for recipe descriptor by @OlegDokuka in #12
- improve CI by @OlegDokuka in #13
- Add
ParseExceptionResult
marker inDefaultVisit()
by @knutwannheden in #14
Full Changelog: v0.10.0...v0.11.0
0.10.0
0.9.0
What's Changed
- Add optional description to SearchResult.Found by @timtebeek in #7
- refactor: OpenRewrite best practices by @timtebeek in #8
- refactor: Update Gradle wrapper by @shanman190 in #9
- Standardize on OpenRewrite language library plugin.
New Contributors
- @timtebeek made their first contribution in #7
- @shanman190 made their first contribution in #9
Full Changelog: v0.8.2...v0.9.0
0.8.2
Full Changelog: v0.8.1...v0.8.2
0.8.1
What's Changed
- chore(ci): bump gradle/wrapper-validation-action from 1 to 3 by @dependabot in #1
- parseerror support and bug fixes by @OlegDokuka in #6
- chore(ci): bump gradle/actions from 3 to 4 by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #1
- @OlegDokuka made their first contribution in #6
Full Changelog: v0.8.0...v0.8.1
v0.8.0
fix workflow Signed-off-by: OlegDokuka <oleh@moderne.io>