v2.0.0
BREAKING CHANGES
- Now using the
addEventListener
method attached to the given el to properly set the event rather than overriding the native callback (#8)- This means your events should now be
keyup
instead ofonkeyup
- This means your events should now be
Improvements
- Some slight code clean up
- Dev Dependency audits and updates