Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: cca2f2dc8c4e4e14a060f43547f0924c664e10aa
https://github.com/castleproject/Castle.Windsor/commit/cca2f2dc8c4e4e14a060f43547f0924c664e10aa
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-05-06 (Fri, 06 May 2011)
Changed paths:
M Changes.txt
M src/Castle.Windsor.Tests/Registration/AllTypesTestCase.cs
M src/Castle.Windsor.Tests/Registration/WithServiceTestCase.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/IKernel.cs
M src/Castle.Windsor/MicroKernel/Registration/AllTypes.cs
M src/Castle.Windsor/MicroKernel/Registration/AllTypesOf.cs
M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs
A src/Castle.Windsor/MicroKernel/Registration/Classes.cs
M src/Castle.Windsor/MicroKernel/Registration/Component.cs
M src/Castle.Windsor/Windsor/IWindsorContainer.cs
M src/Castle.Windsor/Windsor/WindsorContainer.cs
Log Message:
-----------
- implemented IOC-291 - Add alias class to AllTypes that is better named, like
'Classes'
Commit: d0e75225bf962a18d9bdbbe83da711052efaf5f9
https://github.com/castleproject/Castle.Windsor/commit/d0e75225bf962a18d9bdbbe83da711052efaf5f9
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-05-06 (Fri, 06 May 2011)
Changed paths:
M Changes.txt
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M src/Castle.Windsor.Tests/Interceptors/ReturnDefaultInterceptor.cs
M src/Castle.Windsor.Tests/Registration/AllTypesTestCase.cs
A src/Castle.Windsor.Tests/Registration/TypesTestCase.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/MicroKernel/Registration/AllTypes.cs
M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Classes.cs
M src/Castle.Windsor/MicroKernel/Registration/FromAssemblyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/FromDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/FromTypesDescriptor.cs
A src/Castle.Windsor/MicroKernel/Registration/Types.cs
Log Message:
-----------
- implemented IOC-292 - Add fluent registration entry point that passes through
truly "all types" that is interfaces, or abstract classes can be registered too
that's the new Types class. It is really, truly all types, but since the name
was taken... This will confuse people but I think that is still a better
approach than changing the beaviour of existing AllTypes class... at least
that's not a breaking change
Compare:
https://github.com/castleproject/Castle.Windsor/compare/aee3e72...d0e7522
--
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.