All Versions
22
Latest Version
Avg Release Cycle
28 days
Latest Release
1035 days ago
Changelog History
Page 2
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 viaInjection.Propagation
andInjection.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