Releases: ByteAether/WeakEvent
Releases · ByteAether/WeakEvent
v1.0.3
What's Changed
- Clean up locking implementation in WeakEventHandlerBase by @RichardD2 in #3
- Refactor locking mechanism in
WeakEventBaseto useReaderWriterLockSlimfor improved concurrency by @Seramis in #4 - During
PublishAsync(), only upgrade to write lock when there are any dead handlers. by @Seramis in #5 - Refactor tests and code for consistency, readability, and minor improvements by @Seramis in #6
New Contributors
- @RichardD2 made their first contribution in #3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.0
Full Changelog: https://github.com/ByteAether/WeakEvent/commits/v1.0.0
Initial release
The very first release.