Release v0.2.0
This release includes changes in the once
and off
APIs as well as some bug fixes regarding event handling.
Full list of changes:
- The
off
API now supports a second argument. A function that should match one previously used with on or once. If the second argument is provided theoff
function will just remove that specific event. - Fixed one bug that could happen when using the
once
function twice with the same event. - Improved API documentation by adding correct
@since
notations.