Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sindresorhus/debounce
base: 0b58e834ede3bead70c09af22375e1d62671d7b9
Choose a base ref
...
head repository: sindresorhus/debounce
compare: 8be734c4b5b5a58a517f2441e0d90242a4a564cd
Choose a head ref
  • 16 commits
  • 9 files changed
  • 11 contributors

Commits on Jul 9, 2016

  1. add ability to clear timer (#10)

    * add ability to clear timer
    
    * add testing for new clear feature
    Ben Carpenter authored and vendethiel committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    46c9e35 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. 1.0.1

    vendethiel committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    a37b165 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    vendethiel committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    5b16cbb View commit details
    Browse the repository at this point in the history
  3. remove unnecessary code (#6)

    suhaotian authored and vendethiel committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    fcfb71c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Remove date-now usage

    selbekk committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c6484c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a20cda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ac26a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from selbekk/master

    Remove date-now dependency
    tj committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    73a90bc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Fixes #3 - Debounced function executing early? (#15)

    * Add failing test case for #3
    
    * fixes #3 - Debounced function executing early?
    
    * spelling
    billymoon authored and vendethiel committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    bdb9228 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Release 1.0.2

    TooTallNate committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    359b502 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Ability to force execution (#16)

    * Ability to force execution
    
    * Rename to flush
    
    * As requested
    p authored and vendethiel committed May 11, 2017
    Configuration menu
    Copy the full SHA
    64577fb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Release 1.1.0

    stephenmathieson committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e2ce8d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Added a .debounce member to debounce (#21)

    * Added a .debounce member to debounce
    
    Fixes #20.
    
    * Mentioned newer imports in README.md
    Josh Goldberg authored and stephenmathieson committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    cceb38c View commit details
    Browse the repository at this point in the history
  2. Release 1.2.0

    stephenmathieson committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    f4afbd3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

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

Commits on Mar 9, 2021

  1. Release 1.2.1

    stephenmathieson committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8be734c View commit details
    Browse the repository at this point in the history