Skip to content

Releases: dhershman1/vue-debounce

v2.5.7

11 Jun 14:55
4e2375c
Compare
Choose a tag to compare

Fixed

  • Revert out Kyanite

v2.5.6

28 May 11:25
197c070
Compare
Choose a tag to compare

Fixed

  • Restored IE11 support by updating kyanite to its latest version

v2.5.5

22 May 12:14
00550a1
Compare
Choose a tag to compare

Improved

  • Converted over to Terser instead of uglify
  • Converted over to babel instead of buble
  • Switched over to my library kyanite for some of the utility work, removing some excess code

v2.5.4

20 May 13:40
d6bba88
Compare
Choose a tag to compare

Improved

  • Caveats section added #36

Fixed

  • Unclear documentation for modifiers #37

v2.5.3

31 Mar 14:17
74c7bcb
Compare
Choose a tag to compare

Fixed

  • Unclear documentation on using the debounce function #34

v2.5.1

11 Mar 17:36
Compare
Choose a tag to compare

Fixed

  • typescript typing for the return on the debounce function @bobvandevijver

v2.5.0

24 Feb 20:55
873bb62
Compare
Choose a tag to compare

New

  • Added fireOnEmpty modifier, which allow you to choose individual inputs you want to have fireOnEmpty
  • Added cancelOnEmpty modifier which cancels the debounce all together if the input value is empty

Improved

  • Drastic code cleanup
  • Removed the test html as it isn't really needed on the repo

Fixed

  • Bug with fireOnEmpty where debounce function would fire twice even when input was empty (#23 and #24)
  • Typings for typescript the interface now have the correct options

v2.3.0

14 Jan 15:59
e01821d
Compare
Choose a tag to compare

New

  • Added a new fireOnEmpty option that you can enable to fire the debounce function immediately if the input is empty

v2.2.0

02 Dec 16:48
dd6f12b
Compare
Choose a tag to compare

New

Added in TypeScript Support (@itmayziii)

v2.1.0

23 Sep 13:47
51a7e3d
Compare
Choose a tag to compare

New

  • Added instructions on how to just use the debounce api
  • Added ability to send the debounce function just a number and it will get treated as miliseconds
  • Readme Additions

Improved

  • Updated dev dependencies to get rid of vulnerability alert