Skip to content

Releases: mmolosay/debounce

1.2.0

08 Sep 20:27
312f4e5
Compare
Choose a tag to compare

What's Changed

  • New DebounceStateIndentity.debounce() function that provides an ability to release debouncing precisely when you want to do so. Designed for debouncing actions that contain lasting async work.

Migration from 1.1.0

  • DebouncedAction is now a part of io.github.mmolosay.debounce.action package (was io.github.mmolosay.debounce).

Also

  • Refined documentation.
  • New unit tests.
  • Individual samples file.

Full Changelog: 1.1.0...1.2.0

1.1.0

23 Jul 13:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

12 Apr 18:07
5bfb947
Compare
Choose a tag to compare

Hello world