v5.0.0
Breaking Changes
- Remove support for Vue 2
- If you need to continue supporting Vue2 please switch to the vue2-debounce package or stay of v4 of this one
- vue-debounce is now registered as a ES
module
instead of a cjs package- This helps the transition over to Vue3
- This will help keep the typing system clean
Fixed
- README now reflects how to use vue-debounce with only vue3