0.4.0
Update
- BREAKING: Rename
useSuspender.init()
->useSuspender.callEarly()
Add
- useSuspender hook will compare taken arguments with the previous, then execute the suspender function when they aren't the same. This will also cancel the previous operation.
All changes: v0.3.1...v0.4.0