Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@mkxml mkxml released this 06 Nov 18:45
· 12 commits to master since this release

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 the off 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.