Skip to content

Releases: dorssel/dotnet-debounce

v3.0.0

22 Jan 14:30
de8ad27
Compare
Choose a tag to compare

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

23 Jun 10:34
f905927
Compare
Choose a tag to compare

Breaking change:

  • The name of the interface now matches the implementing class: IDebounce became IDebouncer

This update:

  • Adds a new generic Debouncer<TData> class that is capable of tracking event data

dotnet-debounce 1.0.0

09 Jan 01:35
a93868a
Compare
Choose a tag to compare

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.