Releases: kyrylomyr/WpfAsyncPack
Releases · kyrylomyr/WpfAsyncPack
WPF Async Pack 1.6.0
Added generic version of IAsyncCommand (contributor: Peter Šulek).
WPF Async Pack 1.5.0
- 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
- Removed
PropertyChangeNotifiable
,AsyncUiBase
andBaseViewModel
. Implemented the same functionality in theAsyncBindableBase
. - Removed
TaskCompletionNotifier
and implementedObservableTask
instead to fix the difficulties with bindings. - Implemented flexible
BoolToVisibilityConverter
to quickly bind theObservableTask
properties. - Updated the
AsyncCommand
internal implementation and constructors. - Implemented
ProgressiveAsyncCommand
that provides progress reporting through theIProgress
. - Minor changes and project restructuring.
WPF Async Pack 1.3.1
Fixed the issue that AsyncCommand
didn't accepted a parameter.
WPF Async Pack 1.3.0
- Major refactoring.
- Added asynchronous property change notifications into
AsyncCommand
. - Added XML documentation.
WPF Async Pack 1.2.0
- Significantly simplified usage of
AsyncCommand
. - Removed generic type of the returning parameter in
AsyncCommand
. - Added the method to
BaseViewModel
for running the code in the UI thread.
WPF Async Pack 1.1.0
A minor release that contains the fix to the BaseViewModel
so it is available for using.
WPF Async Pack 1.0.0
The first release that contains the AsyncCommand
and async BaseViewModel
implementations.