All Versions
11
Latest Version
Avg Release Cycle
34 days
Latest Release
1508 days ago

Changelog History
Page 1

  • v5.2.3 Changes

    March 03, 2020

    ๐Ÿš€ This release has updated dependencies.

  • v5.2.2 Changes

    November 11, 2019

    ๐Ÿš€ This release adds package signing (SNK).

  • v5.2.1 Changes

    November 10, 2019

    ๐Ÿ“š This release improves XML documentation by expanding the inheritdoc tag.

  • v5.2 Changes

    October 02, 2019

    ๐Ÿš€ This release enables C#8 nullable reference types and improves the build process.

  • v5.1 Changes

    August 21, 2019
    • ValidatingViewModel was renamed to ValidatingBindable and now inherits from Bindable instead of ViewModel
    • ViewModel inherits from ValidatingBindable instead of Bindable
    • Dialog inherits from ViewModel instead of ValidatingViewModel
    • ๐Ÿšš The IsValid property was moved to ViewModel
    • The type of errors of a property was changed to IEnumerable to enable non string errors
  • v5.0 Changes

    August 15, 2019

    ๐Ÿš€ This release introduces a refactoring of many classes and interfaces included in this library. This reduces complexity, enables better testability and provides better performance.
    ๐Ÿ“š There are also new features, like the added support for WeakReference<T> storage fields, updated XML documentation and more unittests.

    A more detailed summary of the changes:

    Bindable

    • โœ‚ remove IRaisePropertyChanging and IRaisePropertyChanged interfaces and change methods to protected visibility
    • ๐Ÿ“‡ rename RaisePropertyChanging method to NotifyPropertyChanging
    • ๐Ÿ“‡ rename RaisePropertyChanged method to NotifyPropertyChanged
    • โœ‚ remove virtual keyword from PropertyChanging and PropertyChanged eventhandlers
    • ๐Ÿ‘ allow propertyName to be null in NotifyPropertyChanging, NotifyPropertyChanged and SetProperty methods
    • โž• add overload for SetProperty method for setting WeakReference<T> storage fields
    • โž• add overloads for SetProperty method without the oldValue out parameter
    • โž• add comparer parameter to SetProperty methods

    ComputedBindable and ViewModel

    • โœ‚ remove ComputedBindable class and move logic to ViewModel class
    • โœ‚ remove Commands dictionary from ViewModel class
    • โž• add virtual keyword to IsDirty, Parent and IsUpdating properties

    ValidatingViewModel

    • โœ‚ remove IRaiseErrorsChanged interface and change method to protected visibility
    • ๐Ÿ‘€ rename RaiseErrorsChanged method to NotifyErrorsChanged
    • โœ‚ remove virtual keyword from ErrorsChanged eventhandler
    • set multiple validation errors per property by using SetErrors()
    • โž• add overload to GetErrors method with generic return type IEnumerable<string>
    • โœ‚ remove support for IDataErrorInfo interface
    • ๐Ÿ”„ change IValidation interface to generic in and out parameters
    • โœ‚ remove Validation<T> base class
    • โž• add FuncValidation class

    ViewModelCommand and AsyncViewModelCommand

    • โœ‚ remove IRaiseCanExecuteChanged interface and change method to protected visibility
    • ๐Ÿ“‡ rename RaiseCanExecuteChanged method to NotifyCanExecuteChanged
    • โœ‚ remove virtual keyword from CanExecuteChanged eventhandler
    • โœ‚ remove CanExecuteSourceAttribute class, use OnParentPropertyChanged instead
    • implement and automatically attach OnParentPropertyChanging and OnParentPropertyChanged methods to Parent
    • properly raise events on PropertyChanging and PropertyChanged eventhandlers when IsWorking is about to change or has changed
    • check if the returned task from the ExecuteAsync method is null before awaiting it
  • v4.3

    April 25, 2019
  • v4.2.3

    April 24, 2019
  • v4.2.2

    April 16, 2019
  • v4.2.1

    April 03, 2019