• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

yanickrochon / promise-events / 36

Builds Branch Commit Type Ran Committer Via Coverage
36 master Use `Promise` constructor instead of `.defer()` `Promise.defer()` is removed in Node v7, so it’s usage here should be replaced by the single-argument `Promise` constructor. This seems to simplify the code a bit, too. Pull #6 15 Oct 2016 02:14PM UTC web-flow travis-ci pending completion   set done
35 master Added Node.js v6 support. push 30 Apr 2016 03:53AM UTC yanickrochon travis-ci pending completion   set done
34 master Lambda functions in tests + added feature for issue #5 + tests push 25 Apr 2016 05:32AM UTC yanickrochon travis-ci pending completion   set done
33 master Added proper test for not recursively call `once`. Replaced all var by let. push 04 Jan 2016 05:04PM UTC yanickrochon travis-ci pending completion   set done
32 master Reverted to waiting on removeListener handlers when calling `once`. Updated dependencies. push 04 Jan 2016 03:09PM UTC yanickrochon travis-ci pending completion   set done
31 master Merge pull request #4 from addaleax/fix-nodev6-test Fix Node.js v6 (upcoming) tests push 04 Jan 2016 02:15PM UTC yanickrochon travis-ci pending completion   set done
30 master Merge pull request #3 from addaleax/promise-once Add `.once(type)` sugar method overload push 04 Jan 2016 02:14PM UTC yanickrochon travis-ci pending completion   set done
29 master Add `.once(type)` sugar method overload It can be helpful to have a promise fulfilled when a certain event is emitted. This adds a simple `.once(type)` wrapper around `.once(type, callback)` which achieves that. ```js emitter.once('foo').then(()... Pull #3 04 Jan 2016 01:49PM UTC addaleax travis-ci pending completion   set done
28 master Fix Node.js v6 tests In nodejs/node@20285ad177551 [1], the error message for passing an invalid argument to EventEmitter.setMaxListeners was changed, which this module explicitly tests for. This fixes this test when using the current Node.js mas... Pull #4 04 Jan 2016 01:40PM UTC addaleax travis-ci pending completion   set done
27 master Add `.once(type)` sugar method overload It can be helpful to have a promise fulfilled when a certain event is emitted. This adds a simple `.once(type)` wrapper around `.once(type, callback)` which achieves that. ```js emitter.once('foo').then(()... Pull #3 04 Jan 2016 01:24PM UTC addaleax travis-ci pending completion   set done
26 master Add `.promiseOnce()` sugar method It can be helpful to have a promise fulfilled when a certain event is emitted. This adds a simple `.promiseOnce(type)` wrapper around `.once(type)` which achieves that. ```js emitter.promiseOnce('foo').then(() =... Pull #3 02 Jan 2016 09:48PM UTC addaleax travis-ci pending completion   set done
25 master Added more coverage when removing listeners. Slightly optimized emit once. push 22 Dec 2015 05:11PM UTC yanickrochon travis-ci pending completion   set done
24 master Added _resultFilter to prototype push 22 Dec 2015 04:04PM UTC yanickrochon travis-ci pending completion   set done
23 master Emitter is now an instance of Node EventEmitter. push 22 Dec 2015 03:51PM UTC yanickrochon travis-ci pending completion   set done
22 master Bumped version to 0.1.0 because of trivial breaking change. push 21 Dec 2015 11:36PM UTC yanickrochon travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc