Releases: dhershman1/vue-debounce
Releases · dhershman1/vue-debounce
v2.5.7
Fixed
- Revert out Kyanite
v2.5.6
Fixed
- Restored IE11 support by updating kyanite to its latest version
v2.5.5
Improved
- Converted over to
Terser
instead ofuglify
- Converted over to
babel
instead ofbuble
- Switched over to my library
kyanite
for some of the utility work, removing some excess code
v2.5.4
v2.5.3
v2.5.1
Fixed
- typescript typing for the return on the debounce function @bobvandevijver
v2.5.0
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
v2.3.0
New
- Added a new fireOnEmpty option that you can enable to fire the debounce function immediately if the input is empty
v2.2.0
New
Added in TypeScript Support (@itmayziii)
v2.1.0
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