Releases: davidlebourdais/ExtendedWPFConverters
Releases · davidlebourdais/ExtendedWPFConverters
v2.0.4
Update to .NET 9
Add new converters:
- EqualityToBooleanConverter
- EqualityToVisibilityConverter
- CollectionNotEmptyToVisibilityConverter
Changes:
- 2202f56 Update references and update to .NET 9
- c7392e4 [Dev] Add the CollectionNotEmptyToVisibilityConverter
- ed00f6d [Misc] Fix typos in README
- f8c4bfe [Dev] Add Equality converters
This list of changes was auto generated.
v2.0.3
Added new converters:
- CamelCaseStringToTitleStringConverter
- CornerRadiusToDoubleConverter
- EnumMembersToDescriptionsConverter
- EnumValueToDescriptionConverter
- ThicknessToDoubleConverter
- TypePropertiesToDescriptionsConverter
Changes:
- 2b63a77 [Build] Update to v2.0.3
- 99a47d8 [Dev] Add the TypePropertiesToDescriptionsConverter
- 87cec9c [Dev] Add the EnumMembersToDescriptionsConverter
- b0c9d4a [Dev] Add the EnumValueToDescriptionConverter
- 0f0834d [Fix] Various fixes on the CamelCaseStringToTitleStringConverter
- ef36457 [Dev] Add CamelCaseStringToTitleStringConverter
- bf646ae [Dev] Add Geometry converters
This list of changes was auto generated.
v2.0.2
Updated to .NET 5
Minor API breaking changes:
- BooleanOperation.Xnor -> BooleanOperation.XNor
- MathOperation.Substract -> MathOperation.Subtract
- MathOperation.SubstractPositiveOnly -> MathOperation.SubtractPositiveOnly
v2.0.1
Updated minimum .Net Core version and package info for better visibility on Nuget feeds.
Changes:
- 10b8f34 [Build] Updated .csproj info
This list of changes was auto generated.
v2.0.0
Initial version for public release, comprising the following list of unit tested converters:
- BooleanToBooleanConverter
- BooleanToBooleanConverterForMultibinding
- BooleanToFontWeightConverter
- BooleanToFontWeightConverterForMultibinding
- BooleanToObjectConverter
- BooleanToNumberConverter
- BooleanToOpacityConverter
- BooleanToThicknessConverter
- BooleanToVisibilityConverter
- BooleanToVisibilityConverterForMultibinding
- CollectionCountConverter
- CollectionFirstItemConverter
- CollectionFirstItemConverterForMultibinding
- CollectionIndexOfConverterForMultibinding
- ColorToSolidColorBrushConverter
- ImageToBitmapImageConverter
- MathConverter
- MathConverterForMultibinding
- InstanceToTypeConverter
- ObjectToObjectConverterWithActivators
- NotNullToVisibilityConverter
- NotNullOrEmptyStringToBooleanConverter
- NotNullOrEmptyStringToVisibilityConverter
- NotNullOrEmptyStringToVisibilityConverterForMultibinding
Documentation for this can be found on the archived README.
Changes:
- 631cdb2 [Build] Set v2.0.0 as first official release
- 859fc04 [Dev] Added StringToVerticalAlignmentConverter
- 2a24923 [Dev] Added StringToHorizontalAlignmentConverter
- da58ba9 [Build] Added CI files for Azure pipelines
- 4880c4c Added README.md
- 6b998ed [Dev] Removed a redundant BoolToObjectConverter
- 02e61c3 [Dev] Added CollectionFirstItemForMultiBinding
- 3cba964 [Dev] Changed ColorToSolidColorBrush conv default
- 7a172d2 [BuildFix] Typo in a test folder name
- 84e59cb [Build] Multibinding to WithActivator on relevants
See More
- 5dc2173 [Dev] Up and tested ImageToBitmapImageConverter
- 50dce53 [Dev] Up and tested MiscConverters
- 37616a1 [Build] Reorganized test files
- 7588a96 [Dev] Up and test of StringToVisibility converter
- 2a5e26d [BugFix] Updated Xor and Xnor operations
- 93c5a4d [Dev] Up & tested NotNullOrEmptyString converters
- 314fbe3 [Dev] MathConverters update + multibinding tests
- 1dede69 [Dev] Updated, improved and tested MathConverters
- 8650493 [Dev] Tests of BooleanConvertersForMutlibindings
- 60eb259 [Dev] Improved BooleanConvertersForMutlibindings
- 2364677 [Dev] Improved CollectionCountConverter
- 18862c0 [Dev] Improved and test CollectionIndexOfConverter
- ddd3ac5 [Dev] Added CollectionFirstItemConverter
- dacb544 [Dev] Added CollectionConverterTests
- 9261e96 [Dev] Added ColorConvertersTests
- 6603878 [Dev] Added NotNullConvertersTests
- a262545 [Build] Reorganized tests
- ab67e24 [Dev] Cannot change defaults for BooleanToBoolean
- 805bbe5 [Opti] Code cleaning
- b68308e [Dev] Added tests for single boolean converters
- 8efd84d [Build] Added test project
- 0994ccb [Dev] Rework of single boolean converters
- d1b20e0 [Opti] Cleaned some bool converters
- 9eb520d [BugFix] Corrected BooleanToThicknessConverter
- ad988f5 [Build] Reorganized project structure
- 3e25334 [Dev] Added boolean to thickness converter
- 73dde46 [Dev] Simplified boolean to object converter
- f037fb6 [Opti] Refined comments
- d4da574 [Dev] Commented all single converters
- 1fe5392 [Dev] Added the collection count converter
- d3b4cd0 [Dev] Renammed ObjectAndBooleansToObjectConverter
- abb6b1d Commented all converters for multibinding
- 58aa5b7 Added IndexOfConverterForMultiBinding
- 15005d6 [Dev] Added boolean to object converters
- 7755e94 [Dev] Added null or empty string to boolean converter
- 60ce9a4 Added BooleanToNullOrObjectConverter
- a72dd5c [Dev] Set comments ouput
- 3f5e7be [Build] Changed namespaces
- e06ed7c [Dev] Added math converters
- e181356 [Build] Build for net471
- 3c84c59 Added licence file
This list of changes was auto generated.