HAL v1.2.0
This version adds event handler methods to the Track
prototype and to the root A
object.
- Added the
track#on()
andtrack#one()
methods. - Added the
A.on()
andA.one()
methods. - Updated the docs with the new event methods and an event section.
- Internal improvements.