forked from ninject/Ninject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes.txt
14 lines (13 loc) · 1.03 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Version 2.4.0.0
---------------
- Added: Support for default parameters. If not explicit binding exists for a debendency but there is default value defined it is uesd instead.
- Added: Support to define the constructor and constructor arguments using ToConstructor "to" overload
- Changed: ToConstant bindings are in singleton scope by default
- Changed: Separate project for medium trust environments.
- Removed: No web builds. All builds are have no reference to web anymore
- Added default binding for IResolutionRoot that returns the kernel.
- Bugfix, Breaking change: Get all will now return all bindings and not skip unconditional ones anymore in case there is a conditional one. This is the same behavior as the version 2.0.1 and bevore had.
- Bugfix: Fixed that the CF and SL version of the activation cache did not properly remove the weak references
Version 2.2.1.0
---------------
- Bug Fix: For classes that have several virtual indexers and at least one of them overridden an ambiguous match exception was thrown when they were injected.