backbone-esnext-events
Version:
Separates 'events' support from Backbone in addition to adding TyphonJS extensions.
22 lines (16 loc) • 696 B
Markdown
## 0.3.5 (2017-07-12)
- Added async / await tests and explicit 'async' keyword to triggerAsync
## 0.3.4 (2017-03-22)
- Fixed `off()` with no parameters issue.
## 0.3.3 (2017-03-09)
- Added eventCount to TyphonEvents and EventProxy.
- Added getEventNames to TyphonEvents and EventProxy.
- Added forEachEvent to TyphonEvents and EventProxy.
- Added createEventProxy to EventProxy.
- Removed once from EventProxy.
## 0.3.2 (2017-03-06)
- Fixed EventProxy for not properly unregistering events.
## 0.3.1 (2017-01-27)
- Added TJSDoc external references
## 0.3.0 (2017-01-07)
- Added EventProxy which provides a protected proxy between a target eventbus and actual usage.