Skip to content

Releases: tonerdo/pose

v1.2.0

08 Jan 22:38
Compare
Choose a tag to compare

Features and Enhancements

  • Added support for shimming abstract methods
  • Improved shim replacement method validation checks
  • Shimmed methods of base classes now apply to all derived classes without an override
  • #10 Added support for property setter shimming

Thanks

@dr-BEat

v1.1.0

23 Nov 15:19
Compare
Choose a tag to compare

Features and Enhancements

  • Constructors can now be shimmed
  • Method stubs are now cached to improve performance

v1.0.1

18 Oct 10:31
Compare
Choose a tag to compare

Features and Enhancements

  • Stub names are more descriptive making it easier to locate library specific exceptions

Bug Fixes

  • #8 Fixes method access exceptions issues with .NET Framework (#1, #2)

Thanks

@tjrobinson @hype8912

v1.0.0

10 Oct 11:19
Compare
Choose a tag to compare

Features and Enhancements

  • Create shims for static methods
  • Create shims for instance methods of both value and reference types
  • Create shims for instance properties
  • Validation of shim replacement delegates
  • Isolate code and replace methods with shims
  • Performance boosts