Releases: dorssel/dotnet-debounce
Releases · dorssel/dotnet-debounce
v3.0.0
Breaking change:
netstandard1.2
is no longer supported
This update:
- Adds support for trimming (
.NET 8
and higher) - Adds support for a
TimeProvider
to improve unit testing - Adds
CurrentEventHandlersTask
allowing to asynchronously wait for all handlers to finish - Adds published API documentation
dotnet-debounce 2.0.0
Breaking change:
- The name of the interface now matches the implementing class:
IDebounce
becameIDebouncer
This update:
- Adds a new generic
Debouncer<TData>
class that is capable of tracking event data
dotnet-debounce 1.0.0
Initial release.
- The unit tests have 100% code coverage.
- Two usage examples are included.
The signed binary and symbol packages are also available on NuGet.