Release notes
v1.0.0 (upcoming release)
Features
- Base classes for model objects
-
Extension methods for
IEnumerable-
Foreach -
GroupByToDictionary -
Sorted -
ToSet
-
-
Extension methods for
ICollection-
AddAll
-
-
Optimized version of
ObservableCollectionfor bulk operations -
Translation of
enuminto display strings - Extension methods for shallow and deep copy
- Different classes for date and time only
- Helper methods for weekdays, months and years
v1.1.0 (upcoming release)
Features
- Implementation of RFC 5869 - HMAC-based Extract-and-Expand Key Derivation Function
v1.0.0
Features
-
Implementation of a simple command taking delegates for the
ExecuteandCanExecutelogic - Base class for view model objects
- Ready to use view model for selections
- Special view model for window content
-
Converters
-
BoolAndConverter -
BoolAndToVisibilityConverter -
BoolNotConverter -
BoolOrConverter -
BoolOrToVisibilityConverter -
BoolToVisibilityConverter -
ByteArrayToBitmapImageConverter -
DateTimeOffsetToDateTimeConverter -
EmptyCollectionToVisibilityConverter -
EmptyEnumerableToBoolConverter -
EmptyEnumerableToVisibilityConverter -
IndexPlusOneConverter -
NullToBoolConverter -
NullToVisibilityConverter -
UpperCaseConverter
-
v1.1.0 (upcoming release)
Features
- .NET 5.0 support