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 ofio.github.mmolosay.debounce.action
package (wasio.github.mmolosay.debounce
).
Also
- Refined documentation.
- New unit tests.
- Individual samples file.
Full Changelog: 1.1.0...1.2.0