You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.1 KiB

6 months ago
  1. 1.2.1 / 2021-03-09
  2. ==================
  3. * Add CONTRIBUTORS and MIT LICENSE file. (#28)
  4. 1.2.0 / 2018-08-14
  5. ==================
  6. * Added a .debounce member to debounce (#21)
  7. 1.1.0 / 2017-10-30
  8. ==================
  9. * Ability to force execution (#16)
  10. 1.0.2 / 2017-04-21
  11. ==================
  12. * Fixes #3 - Debounced function executing early? (#15)
  13. * Merge pull request #13 from selbekk/master
  14. * Remove date-now from package.json
  15. * Remove date-now dependency from component.json
  16. * Remove date-now usage
  17. 1.0.1 / 2016-07-25
  18. ==================
  19. * add ability to clear timer (#10)
  20. 1.0.0 / 2014-06-21
  21. ==================
  22. * Readme: attribute underscore.js in the License section
  23. * index: rewrite to use underscore.js' implementation (#2, @TooTallNate)
  24. * component, package: add "date-now" as a dependency
  25. * test: fix test
  26. * component, package: add "keywords" array
  27. * package: adjust "description"
  28. * package: added "repository" field (#1, @juliangruber)
  29. 0.0.3 / 2013-08-21
  30. ==================
  31. * immediate now defaults to `false`
  32. 0.0.2 / 2013-07-27
  33. ==================
  34. * consolidated with TJ's debounce
  35. 0.0.1 / 2012-11-5
  36. ==================
  37. * Initial release