Skip to content

WPF Async Pack 1.4.0

Compare
Choose a tag to compare
@kyrylomyr kyrylomyr released this 10 Nov 01:14
· 19 commits to master since this release
  1. Removed PropertyChangeNotifiable, AsyncUiBase and BaseViewModel. Implemented the same functionality in the AsyncBindableBase.
  2. Removed TaskCompletionNotifier and implemented ObservableTask instead to fix the difficulties with bindings.
  3. Implemented flexible BoolToVisibilityConverter to quickly bind the ObservableTask properties.
  4. Updated the AsyncCommand internal implementation and constructors.
  5. Implemented ProgressiveAsyncCommand that provides progress reporting through the IProgress.
  6. Minor changes and project restructuring.