Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@mmolosay mmolosay released this 08 Sep 20:27
· 9 commits to master since this release
312f4e5

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