User: xtoff
Date: 2010/01/20 10:32 AM
Added:
/InversionOfControl/trunk/src/
BreakingChanges.txt
Modified:
/InversionOfControl/trunk/src/
Changes.txt, InversionOfControl-vs2008.sln
Log:
- updated Changes.txt with most recent changes
- added BreakingChanges.txt for more elaborate descriptions of breaking
changes and upgrade paths.
File Changes:
Directory: /InversionOfControl/trunk/src/
=========================================
File [added]: BreakingChanges.txt
Delta lines: +15 -0
===================================================================
--- InversionOfControl/trunk/src/Changes.txt 2010-01-20 17:16:23 UTC (rev
6704)
+++ InversionOfControl/trunk/src/Changes.txt 2010-01-20 17:32:30 UTC (rev
6705)
@@ -1,3 +1,18 @@
+unreleased changes
+==================
+- fixed IOC-ISSUE-190 - "Resolve with argumentsAsAnonymousType overload is now
case sensitive".
+ This fixed a regression bug introduced in v2.1, and brings the behavior
back to what it was in v2.0.
+
+- added support for specifying interceptorsSelector, proxyHook and mixins from
config (see new tests for example). This also means some small impact breaking
changes:
+ - DefaultProxyFactory.CreateProxyGenerationOptionsFrom protected method
has changed signature - it now also takes IKernel and CreationContext, to be
used by IReferences to do resolve (see below)
+ - DefaultProxyFactory.CustomizeProxy protected virtual method has
changed signature, for the same reason as above
+ - ProxyOption's properties changed types:
+ Selector, from IInterceptorSelector to
IReference<IInterceptorSelector>
+ Hook from IProxyHook to IReference<IProxyHook>
+ MixIns from object[] to IEnumerable<IReference<object>>
+ IReference abstraction allows to use components resolved from the
container, similar to InterceptorReferences.
+
+
2.1.1 (2010-01-13)
==================
File [modified]: Changes.txt
Delta lines: +3 -2
===================================================================
--- InversionOfControl/trunk/src/InversionOfControl-vs2008.sln 2010-01-20
17:16:23 UTC (rev 6704)
+++ InversionOfControl/trunk/src/InversionOfControl-vs2008.sln 2010-01-20
17:32:30 UTC (rev 6705)
@@ -1,7 +1,9 @@
-Microsoft Visual Studio Solution File, Format Version 10.00
+
+Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items",
"Solution Items", "{F9A88F20-64E5-442C-8C20-10C69A39EF4C}"
ProjectSection(SolutionItems) = preProject
+ BreakingChanges.txt = BreakingChanges.txt
Changes.txt = Changes.txt
License.txt = License.txt
Readme.txt = Readme.txt
@@ -59,5 +61,4 @@
GlobalSection(TextTemplating) = postSolution
TextTemplating = 1
EndGlobalSection
-GlobalSection(NDepend) = preSolution Project =
.\InversionOfControl-vs2008.ndproj EndGlobalSection
File [modified]: InversionOfControl-vs2008.sln
Delta lines: +0 -0
===================================================================
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.