Skip to content

v5.0.0

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 26 Jan 00:13
· 3 commits to master since this release
75d4c78

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