Releases: hazzik/DelegateDecompiler
Releases · hazzik/DelegateDecompiler
0.35.3
0.35.2
0.35.1
0.35.0
What's Changed
- Update GitVersion by @hazzik in #249
- Make integration tests cross-platform by @hazzik in #257
- Move ProcessorState out of Processor class by @hazzik in #259
- Document pattern matching limitations with compiler optimizations by @Copilot in #263
- Decompose monolithic Processor class into pluggable processors by @Copilot in #265
- Enable skip_branch_with_pr: true by @hazzik in #271
- Fix key file location by @hazzik in #272
- Normalize line endings in test by @hazzik in #273
- Set up Copilot instructions by @Copilot in #270
- Add support for OpCodes.Starg* by @Copilot in #268
- Migrate from AppVeyor to GitHub Actions by @hazzik in #274
- Fix workflow names by @hazzik in #275
- Add support for Unbox and Unbox_Any opcodes for value-type decompilation by @Copilot in #277
- Refactor test helpers by @hazzik in #283
- Rewrite Processor using Control Flow Graph by @hazzik in #280
- Refactor Processors to use common opcode dictionary by @hazzik in #284
- Move branch opcodes to processors by @hazzik in #285
- Move helper methods to processors where they are used by @hazzik in #286
- Extract call opcodes to a processor by @hazzik in #287
- Extract newobj opcode to a processor by @hazzik in #288
- Extract isinst opcode into a processor by @hazzik in #289
- Improve support for try-catch statements by @hazzik in #290
- Improve try-catch statements with condtions by @hazzik in #291
- Drop explicit EF Core dependency from NuGet package by @hazzik in #292
- Add release workflows by @hazzik in #293
- Update copyright year by @hazzik in #294
Full Changelog: 0.34.2...0.35.0
0.34.2
What's Changed
- Remove extra AndAlso True expression by @hazzik in #256
- Fix test.cmd exit code by @hazzik in #253
- Add tests for .NET 9 by @hazzik in #252
- Test update to fix expected results in NullTests.BooleanCompareToTrue by @magicmoux in #251
- Re-fix #160 by @hazzik in #255
Full Changelog: 0.34.1...0.34.2
0.34.1
What's Changed
- Fix slow optimization of nested binary expressions by @nur-sgaertner in #248
New Contributors
- @nur-sgaertner made their first contribution in #248
Full Changelog: 0.34.0...0.34.1
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