Skip to content

Releases: kyrylomyr/WpfAsyncPack

WPF Async Pack 1.6.0

08 Aug 23:34
Compare
Choose a tag to compare

Added generic version of IAsyncCommand (contributor: Peter Šulek).

WPF Async Pack 1.5.0

13 Nov 18:42
Compare
Choose a tag to compare
  • Implemented SyncCommand - a simple delegate command that executes code synchronously.
  • Added new Sample to demonstrate core features of the library.

WPF Async Pack 1.4.0

10 Nov 01:14
Compare
Choose a tag to compare
  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.

WPF Async Pack 1.3.1

10 Nov 00:55
Compare
Choose a tag to compare

Fixed the issue that AsyncCommand didn't accepted a parameter.

WPF Async Pack 1.3.0

10 Nov 00:54
Compare
Choose a tag to compare
  1. Major refactoring.
  2. Added asynchronous property change notifications into AsyncCommand.
  3. Added XML documentation.

WPF Async Pack 1.2.0

10 Nov 00:52
Compare
Choose a tag to compare
  1. Significantly simplified usage of AsyncCommand.
  2. Removed generic type of the returning parameter in AsyncCommand.
  3. Added the method to BaseViewModel for running the code in the UI thread.

WPF Async Pack 1.1.0

10 Nov 00:50
Compare
Choose a tag to compare

A minor release that contains the fix to the BaseViewModel so it is available for using.

WPF Async Pack 1.0.0

10 Nov 00:49
Compare
Choose a tag to compare

The first release that contains the AsyncCommand and async BaseViewModel implementations.