Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(useDebounceFn,useThrottleFn): return result using promise #2580

Merged
merged 4 commits into from Jan 3, 2023

Commits on Dec 25, 2022

  1. feat: promisify debounced fn

    vaakian committed Dec 25, 2022
    Copy the full SHA
    b7cd073 View commit details
    Browse the repository at this point in the history
  2. chore: update docs

    vaakian committed Dec 25, 2022
    Copy the full SHA
    fe8de2e View commit details
    Browse the repository at this point in the history
  3. feat: update throttleFilter

    vaakian committed Dec 25, 2022
    Copy the full SHA
    0ff8481 View commit details
    Browse the repository at this point in the history
  4. fix: add rejectOnCancel param

    vaakian committed Dec 25, 2022
    Copy the full SHA
    37ac5ae View commit details
    Browse the repository at this point in the history