pattern-emitter
Version:
Event emitters with support for regular expressions
23 lines (13 loc) • 439 B
Markdown
### 1.0.0 (2014-03-09)
* Stable release
* Small updates to documentation
### 0.0.4 (2014-02-25)
* Small optimization for when only handling string events
### 0.0.3 (2014-02-24)
* Added PatternEmitter.listenerCount
* Added benchmarks/eventEmitting.js
### 0.0.2 (2014-02-23)
* Simplified API, updated methods to use RegExp instances rather than
strings for patterns
### 0.0.1 (2014-02-22)
* First unstable release