Skip to content

Releases: OrionNebula/event-filter

v1.1.0

04 Jul 15:17
Compare
Choose a tag to compare

What's new in this release

  • Improved performance of the onceWhen method
  • onceWhen and onWhen are now module exports for use with objects that look like EventEmitter but don't extend it
  • onWhen and onceWhen now return the same type as their normal counterparts

v1.0.2

07 Jun 22:19
079c622
Compare
Choose a tag to compare

What's new in this release?

  • Added type definitions for Flow

v1.0.1

07 Jun 21:37
Compare
Choose a tag to compare

What's new in this release?

  • Improved handling of this in extension method bodies
  • Added TravisCI support
  • Added badges to README

v1.0.0

07 Jun 21:36
Compare
Choose a tag to compare

What's new in this release?

  • Initial release
  • Includes onWhen and onceWhen methods
  • Includes basic usage documentation
  • Includes TypeScript definitions.