Skip to content

Releases: dorssel/dotnet-debounce

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.