Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Releases: devlooped/avatar

v1.0.0-beta

19 Jan 08:15
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

v1.0.0-beta (2021-01-19)

Full Changelog

Implemented enhancements:

  • Simplify behavior execution delegate signature #79
  • Improve argument collection API #74
  • Allow modifying method invocation return values #61
  • Don't force usage of a specific compiler toolset #58
  • Allow invoking base (virtual) method directly from IMethodInvocation #56
  • Add public API analyzers to improve API evolution #55
  • Provide simple property to opt out of static proxies #48
  • Remove dependency on Workspace API in the public API surface for avatar generator pipeline #41
  • ⚙ Support multiple compiler toolsets #59 (@kzu)

🐛 Fixed bugs:

  • IMethodReturn.Outputs does not contain the out parameters #75
  • Source generator fails when used in Visual Studio preview #52

* This Changelog was automatically generated by github_changelog_generator

v1.0.0-alpha

04 Nov 22:19
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Initial public release of the library. Already in use in Moq v5 with great results :)