Skip to content

Releases: thomaslevesque/WeakEvent

3.1.0

24 Sep 10:12
Compare
Choose a tag to compare

New

  • Added support for async weak events with AsyncWeakEventSource<T> (#23)

Other

Special thanks for this release

  • @pauldotknopf for suggesting and implementing AsyncWeakEventSource<T>

3.1.0-beta.1

21 Jan 13:42
Compare
Choose a tag to compare
3.1.0-beta.1 Pre-release
Pre-release

New

  • Added support for async weak events with AsyncWeakEventSource<T> (#23)

Other

Special thanks for this release

  • @pauldotknopf for suggesting and implementing AsyncWeakEventSource<T>

3.0.0

09 Dec 12:42
Compare
Choose a tag to compare

New

  • Added strong name

Other

2.3.0

08 Nov 10:17
Compare
Choose a tag to compare

Fixed

  • Fix deadlock when thread tries to subscribe while other thread is invoking handlers

New

  • Added .NET Standard 2.0 package
  • Added SourceLink support

2.2.0

27 Apr 09:18
317b092
Compare
Choose a tag to compare

Fixed

  • Poor performance of unsubscription (#15). Big thanks to @Pankraty!

2.1.1

27 Apr 09:17
3b48531
Compare
Choose a tag to compare

Fixed

  • Unsubscription of multicast delegates doesn't work correctly (#11)

2.1.0

08 Oct 10:14
Compare
Choose a tag to compare

New

  • Support for .NET 3.5 (#5)

Fixed

  • Fix: handlers added during event handling shouldn't be called until the next time the event is raised (#6)

Thanks to @igitur for both changes!

2.0.0

09 Jul 20:37
Compare
Choose a tag to compare

New

  • .NET 4.0 support (#1)
  • Multi target .NET 4.0, .NET 4.5 and .NET Standard 1.1, instead of just PCL Profile259

Removed

  • Windows Phone Silverlight 8.0 support (was supported via PCL Profile259)

Other

  • Use .NET Core tooling for multi-targeting

1.0.1

09 Jul 18:31
Compare
Choose a tag to compare

Fixed

  • wrong tag in NuGet package

1.0.0

09 Jul 18:30
Compare
Choose a tag to compare

First release