Skip to content

HAL v1.2.0

Compare
Choose a tag to compare
@ChapelR ChapelR released this 05 Apr 15:40
· 71 commits to master since this release

This version adds event handler methods to the Track prototype and to the root A object.

  • Added the track#on() and track#one() methods.
  • Added the A.on() and A.one() methods.
  • Updated the docs with the new event methods and an event section.
  • Internal improvements.