Releases: pardeike/Harmony
Releases · pardeike/Harmony
Harmony 2.0.1
Fixes:
- MonoMod.Common updated to v20.5.7.1
- Unpatch has improved documentation pointing out it being global
New API:
Existing API:
- Transpilers can default to original input by returning
null
Harmony 2
2.0.0.10 fixes #275 and updates MonoMod.Common to 20.4.20.1
It also adds
- HasMethodBody
- CreateILGenerator
- more variation for AccessTools.FieldRef/StaticFieldRef
Harmony 2
2.0.0.9 fixes
- #266, #267, #274 (struct returning methods with Mono in .NET 3.5)
- #268 (Target DllImport methods)
- #269 (Traverse.Method throws ambiguous match exception)
Harmony 2
2.0.0.8 fixes
- Struct returning methods with Mono (again)
- Fix #263
- Fix #255
- Debug output format improvements (local variables, complete types)
Harmony 2
2.0.0.7 fixes
- struct returning methods with Mon (for real this time)
- offsets in debug output are correct
- local variables now show in debug output
- exception handling and reporting improved
- build process improved
Harmony 2
2.0.0.6 is a hotfix release fixing struct returning methods that are virtual
Also new: Prefix that do not alter the original methods state in any way are now no longer skipped when a previous Prefix returns false.
Harmony 2
2.0.0.5 is a hotfix release fixing #254
Harmony 2
2.0.0.4 is a hotfix for patching static methods that have pointers to returned structs [Regression on 5456977]
Harmony 2
2.0.0.3 is a hotfix for a cast error when shifting method arguments and an error with void Prepare methods
Harmony 2
2.0.0.2 is a hotfix for patching methods that have pointers to returned structs [#252]