summaryrefslogtreecommitdiff
path: root/doc/api/events.md
AgeCommit message (Expand)Author
2019-12-03events: add captureRejection optionMatteo Collina
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-10doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-03doc: unify place of stability notesVse Mozhet Byt
2019-09-26doc: fix some recent nitsVse Mozhet Byt
2019-09-22events: add support for EventTarget in onceJenia
2019-09-09doc: space around listsNick Schonning
2019-08-31doc: remove multiple consecutive blank linesNick Schonning
2019-07-30doc: add example about emitter.emit in events documentationFelipe Duitama
2019-06-23doc: remove "note that" from events.mdRich Trott
2019-03-282019-03-28, Version 11.13.0 (Current)Michaƫl Zasso
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-02events: add once method to use promises with EventEmitterMatteo Collina
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-23doc: add note about removeListener orderJames M Snell
2018-07-15doc: declare all parameter typesSam Ruby
2018-06-06doc: simplify deprecation languageRich Trott
2018-05-08doc: clarify `this` in event listenersdaGo
2018-05-07doc: excise "periodically" before "emit events"Jesse W. Collins
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-25doc: add emitter.off() to events.mdAjido
2018-04-11doc: add quotes for event names + fix similar nitsVse Mozhet Byt
2018-04-12doc: add and unify even more return valuesVse Mozhet Byt
2018-02-23doc: add new documentation lint ruleestrada9166
2018-01-102019-01-10 Version 9.4.0 (Current)Myles Borins
2017-12-17doc: change eventName type annotationsApril Webster
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-12-07doc: fix common typo involving one-time listenersRich Trott
2017-11-18doc: avoid mentioning 'uncaughtException'Luigi Pinca
2017-11-06doc: correct effects to affectsgowpen
2017-11-06doc: correct EventEmitter referencegowpen
2017-08-28doc: add links to alternative versions of docChris Young
2017-05-25doc: make the style of notes consistentAlexey Orlenko
2017-05-08doc: sort bottom-of-file markdown linksSam Roberts
2017-03-22events, doc: check input in defaultMaxListenersDavidCai
2017-03-14doc: missing argument types for events methodsAmelia Clarke
2017-03-14doc: console.log() -> console.error() in events.mdVse Mozhet Byt
2017-03-14doc: var -> let / const in events.mdVse Mozhet Byt
2017-03-02doc: consistent case for primitive typesRoman Reiss
2017-02-24doc: add changelogs for eventsAnna Henningsen
2016-11-16doc: make comment indentation consistentDaniel Bevenius
2016-09-14doc: standardize rest parametersTimothy Gu
2016-09-04events: make memory leak warning name more verboseAnna Henningsen
2016-08-30events: make memory leak warning more accessibleAnna Henningsen
2016-08-05doc: add `added:` information for eventsLuigi Pinca
2016-08-04doc: use blockquotes for Stability: markersAnna Henningsen
2016-07-20doc: general improvments to events documentationSakthipriyan Vairamani
2016-06-17doc: fix events typoGreyson Parrelli