Skip to content

v3.0.0

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 28 Jun 14:15
· 60 commits to master since this release
0963380

BREAKING CHANGES

  • Lots of code condencing, shouldn't break anything but just in case
  • Changed how debouncing fireonempty works. It had a bug so I made it a bit more strict to fix this
    • Please open issues ASAP if this functionality is not working as expected

New

  • Added new trim option and modifier, this allows you to trim inputs that come through
    • The value given to your function will NOT be the trimmed value, trim is only used for logic to see if things should be ran
  • Added getDirective function which allows you to create a directive instance at lower levels other than global should help with #53

Improved

  • Some small code cleanup
  • Updated dependencies