Release v5.4.0
- add
isTruthy
andisFalsy
extensions for generic nullable types. - Add
immediateFirstRun
option forDeBouncer
to run the first call immediately. - Global
debouncer
instance anddebounce
function for easy access to the debouncer. - DeBouncer now allows returning a value from the debounced function in form of a
Future<R>
whereR
is the return
type. - Fix
capitalized
extension not working properly for strings with emojis.