You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a CustomElement prototype for the web has been implemented. This prototype provides automatic management of properties and attributes, as well as callbacks for property / attribute changes. #66
a new Observable prototype has been introduced it allows observers to observe their emitted events. (#77)
The new SubscriberFeature allows objects to "auto-subscribe" to EventTargets (#80)
in addition to the istanbulVM there is now also a mochaVM which can be used with the nyc package instead of istanbul (#75)