Releases: hazzik/DelegateDecompiler
Releases · hazzik/DelegateDecompiler
0.34.0
What's Changed
- Remove support for EF Core versions from 2.0 to 3.1 by @hazzik in #231
- Test using .NET 8.0 instead of .NET Core 3.1 and .NET 6.0 by @hazzik in #230
- Update copyright years by @hazzik in #232
- Remove usage of EF Core internal api by @hazzik in #234
- Add automatic decompile option for EF Core by @hazzik in #235
- Update NUnit3TestAdapter to 4.5.0 by @hazzik in #236
- Add note that loops are not supported by @hazzik in #239
- Fix type of inner lambda expressions by @hazzik in #240
- Add note that recursion is not supported by @hazzik in #241
Full Changelog: 0.33.1...0.34.0
0.33.1
Full Changelog: 0.33.0...0.33.1
0.33.0
What's Changed
- Resolve vulnerabilities in test projects by @hazzik in #213
- Run tests using actual version of EntityFrameworkCore by @hazzik in #214
- Decompile nested method calls by @hazzik in #216
- Fix null reference error in TypeHierarchy.cs by @fimiki in #219
- Do not consider final method overridable by @billybraga in #223
- Add tests for EF Core 8.0 by @hazzik in #225
- Add global.json by @hazzik in #226
- Fix
or
pattern matching for enums by @hazzik in #227 - Enable NuGet audit by @hazzik in #228
- Add NUnit.Analyzers by @hazzik in #229
New Contributors
Full Changelog: 0.32.0...0.33.0
0.32.0 - 10th year anniversary release 🎂
Today DelegateDecompiler celebrates 10th year anniversary 🎂
- 400 commits
- 18 contributors
- 54 versions
- 447 stars
BREAKING CHANGES
What's Changed
- Add README to NuGet package by @hazzik in #203
- Add badges to README.md by @hazzik in #204
- Update test result outputs by @hazzik in #205
- Resolve warnings by @hazzik in #207
- Update NUnit and Test SDK by @hazzik in #210
- Fix conditional expressions for classes with a common ancestor by @hazzik in #212
- Celebrating 10th year anniversary by @hazzik in #211
Full Changelog: 0.31.0...0.32.0
Sponsorship
If you like the library please consider supporting my work.
0.31.0
What's Changed
- Switched to
main
branch - Clarify support for EF Core 5+ by @hazzik in 22e849c
- Add SourceLink by @hazzik in #186
- Add support for decompiling block expressions by @hazzik in #187
- Add support for simple nested expressions by @hazzik in #188
- Add support for nested expressions with closures by @hazzik in #189
- Add support for nested expressions with complex closures by @hazzik in #190
- Move sponsorship request up in README by @hazzik in #191
- Fix tests broken in #190 by @hazzik in #194
- Fix issue with unbound Parameters by @magicmoux in #192
- Add tests for #90 by @hazzik in #196
- Add GitVersion by @hazzik in #195
- Fix decompilation issue of constrainded generics by @cmeyertons in #198
- Reformat code with
dotnet format
by @hazzik in #200 - Refactoring local methods as Expression extentions by @magicmoux in #197
- Fix regession with nullable bool by @hazzik in #201
- Automatically publish to NuGet on tag by @hazzik in #202
New Contributors
- @cmeyertons made their first contribution in #198
Full Changelog: 0.30.0...0.31.0
Please consider supporting the project.
0.30.0
What's Changed
- Add support for out parameters by @hazzik in #175
- Adding Decompile extension methods for non-generic IQueryable (#177) by @RichardSinden in #178
- Fix computed abstract property decompilation by @DennisInSky in #180
New Contributors
- @RichardSinden made their first contribution in #178
- @DennisInSky made their first contribution in #180
Full Changelog: 0.29.1...0.30.0
0.29.1
0.29.0
Full Changelog: 0.28.3...0.29.0
0.28.3
What's Changed
- Fix unary Not operator for enums by @billybraga in #169
Full Changelog: 0.28.2...0.28.3