All Versions
22
Latest Version
Avg Release Cycle
28 days
Latest Release
1035 days ago

Changelog History
Page 2

  • v2.2.3

    October 09, 2019
  • v2.2.2

    October 04, 2019
  • v2.2.1 Changes

    June 16, 2019

    ๐Ÿ†• New features release!

    • you can inject around constructors now!
    • [Injection] attribute has new propagation control feature via Injection.Propagation and Injection.PropagationFilter properties. Where you can setup propagation strategy and regex filter respectively.
    • 0๏ธโƒฃ Compiler generated members (e.g. named and anonymous methods) are skipped by default. Use [Injection( ... , Propagation = PropagateTo.Everything)]
  • v2.2.0

    June 14, 2019
  • v2.1.1 Changes

    May 03, 2019

    ๐Ÿ›  Regression bugfix release:

    • ๐Ÿ›  fixed #70 and generally added tests to check that there is no platform dependent references added to target assemblies. This ensures that only netstandard references can be added to targets.
  • v2.1.0 Changes

    April 17, 2019

    ๐Ÿš€ In this release doesn't have a lot of changes, however where moving to separating il processing into another library. Thus version is bumped to 2.1.0.
    Also:

    • ๐Ÿ›  fixed issue #90 , so now we support aspnetcore 3
    • ๐Ÿ›  fixed transitive build, you can only reference AspectInjector once in library where you have aspects and the just reference only your library (only vs2019).
  • v2.0.6 Changes

    February 12, 2019

    ๐Ÿ›  Fixed:

    • #85 Correctly treating generic constraints
  • v2.0.5 Changes

    February 07, 2019
    • Now detecting and ignoring unsafe methods (way for improvement in future)
    • ๐Ÿ›  Fixes for Around wrappers to support various parameter types
  • v2.0.4

    February 07, 2019
  • v2.0.3 Changes

    February 07, 2019

    ๐Ÿ›  Regression fixes:

    • ๐Ÿ›  #83 - Fixed detecting and skipping abstract and external methods