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

Add timers api #312

Closed
wants to merge 6 commits into from
Closed

Add timers api #312

wants to merge 6 commits into from

Commits on Dec 9, 2023

  1. feat: store with time functions implementation

    Now debounce, throttle, delay, interval use time functions implementations, which can set by user manually. By default in store used time functions from environment.
    movpushmov committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    62334a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a8c50 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. add readme

    movpushmov committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    db2a24e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    ed602d9 View commit details
    Browse the repository at this point in the history
  2. feat: add typings tests

    movpushmov committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a0765a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    8a4e582 View commit details
    Browse the repository at this point in the history