Skip to content

v2.5.0

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 24 Feb 20:55
· 124 commits to master since this release
873bb62

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