Skip to content

Releases: TheCodeTraveler/AsyncAwaitBestPractices

v5.1.0

13 Mar 00:55
2ca8ac1
Compare
Choose a tag to compare

New in this Release:

  • Improve Nullability using additional support for nullable generics introduced in C# 9.0

v5.0.2

02 Nov 21:19
f20e13b
Compare
Choose a tag to compare

New in this Release:

  • WeakEventManager performance improvements by implementing ValueTuple
  • Add IAsyncCommand<TExecute, TCanExecute>;
  • Add IAsyncValueCommand<TExecute, TCanExecute>
  • Add AsyncCommand<TExecute, TCanExecute>
  • Add AsyncValueCommand<TExecute, TCanExecute>
  • SourceLink
  • Support for .NET 5

v5.0.1

02 Nov 19:56
a5c4816
Compare
Choose a tag to compare

New in this Release:

  • WeakEventManager performance improvements by implementing ValueTuple
  • Add IAsyncCommand<TExecute, TCanExecute>;
  • Add IAsyncValueCommand<TExecute, TCanExecute>
  • Add AsyncCommand<TExecute, TCanExecute>
  • Add AsyncValueCommand<TExecute, TCanExecute>
  • SourceLink
  • Support for .NET 5

v5.0.0

02 Nov 19:29
b69bb7e
Compare
Choose a tag to compare

New in this Release:

  • WeakEventManager performance improvements by implementing ValueTuple
  • Add IAsyncCommand<TExecute, TCanExecute>;
  • Add IAsyncValueCommand<TExecute, TCanExecute>
  • Add AsyncCommand<TExecute, TCanExecute>
  • Add AsyncValueCommand<TExecute, TCanExecute>
  • SourceLink
  • Support for .NET 5

v5.0.0-pre2

17 Sep 18:37
4e6be28
Compare
Choose a tag to compare
v5.0.0-pre2 Pre-release
Pre-release

New In This Release:

  • Add IAsyncCommand<TExecute, TCanExecute>
  • Add IAsyncValueCommand<TExecute, TCanExecute>
  • Add AsyncCommand<TExecute, TCanExecute>
  • Add AsyncValueCommand<TExecute, TCanExecute>
  • WeakEventManager performance improvements (implement ValueTuple)
  • Add SourceLink

v5.0.0-pre1

17 Sep 01:19
09cc827
Compare
Choose a tag to compare
v5.0.0-pre1 Pre-release
Pre-release

New In This Release:

  • Add IAsyncCommand<TExecute, TCanExecute>
  • Add IAsyncValueCommand<TExecute, TCanExecute>
  • Add AsyncCommand<TExecute, TCanExecute>
  • Add AsyncValueCommand<TExecute, TCanExecute>
  • WeakEventManager performance improvements (implement ValueTask)

v4.3.0

15 Sep 02:03
db167f2
Compare
Choose a tag to compare

New In This Release:

  • Add support for Dynamic Methods

v4.3.0-pre1

29 Jul 22:41
d181bab
Compare
Choose a tag to compare
v4.3.0-pre1 Pre-release
Pre-release

New In This Release:

  • Add support for Dynamic Methods

v4.2.0

13 Jul 22:36
8290ad3
Compare
Choose a tag to compare

New In This Release:

  • Deprecate WeakEventManager.HandleEvent API, replacing it with WeakEventManager.RaiseEvent

v4.1.1

15 May 19:40
Compare
Choose a tag to compare

New In This Release:

  • Add Extension Methods Without in Keyword (provides support for older versions of Visual Studio)