Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Components / DictionaryAdapter / Changes.txt
blobbbe87d9e4e7523c1e4cf5c868be649dcf3261561
1 RC 4\r
2 ====\r
3 \r
4 - Added DictionaryTypeKeyPrefixAttribute to use the interface type for scoping\r
5 \r
6 - Added DictionaryStringListAttribute to support delimited string conversion\r
7 \r
8 - Created PropertyDescriptor to simplify IL generation\r
9 \r
10 - Refactored to generalize property getting and setting\r
12 - Refactored to support general-purpose key modifications\r
14 - Applied patch from Lee Henson allowing Types to inherit or override prefixes using [DictionaryAdapterKeyPrefix()].\r
16 - Return default(T) for value type properties not in the dictionary\r
18 - Moved for CastleContrib/Castle.Tools.CodeGenerator