Releases: mmolosay/debounce
Releases · mmolosay/debounce
1.2.0
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
1.1.0
What's Changed
- Now
debounced()
functions returnDebouncedAction
. - New
DebouncedAction.isReady
property which indicates whether action will be executed if called right now. - Improvement of dealing with time advancing in unit test.
Full Changelog: 1.0.0...1.1.0