You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.6 KiB
Markdown

5 months ago
# EventEmitter changes
# v5.2.9
* Merge [#154](https://github.com/Olical/EventEmitter/pull/154) - Fix type definition of emitEvent method.
# v5.2.8
* Merge [#153](https://github.com/Olical/EventEmitter/pull/153) - Undo previous change, it broke TypeScript.
# v5.2.7
* Merge [#152](https://github.com/Olical/EventEmitter/pull/152) - Add a default param value to emitEvent TypeScript signature.
# v5.2.6
* Merge [#149](https://github.com/Olical/EventEmitter/pull/149) - Correct method signatures in TypeScript file.
# v5.2.5
* Merge [#144](https://github.com/Olical/EventEmitter/pull/144) - Fix `undefined` error in browser when compiled with Babel.
# v5.2.4
* Copy in DefinitelyTyped TypeScript declarations. Hopefully this fixes them. Again.
# v5.2.3
* Merge [#140](https://github.com/Olical/EventEmitter/pull/140) - Fix TypeScript declarations. Again.
# v5.2.2
* Merge [#134](https://github.com/Olical/EventEmitter/pull/134) - Make the event key type generic. Use any type you want as a key.
* Merge [#135](https://github.com/Olical/EventEmitter/pull/135) - Add missing argument types for the emit method.
# v5.2.1
* Merge [#132](https://github.com/Olical/EventEmitter/pull/132) - Fix TypeScript declarations.
# v5.2.0
* Merge [#130](https://github.com/Olical/EventEmitter/pull/130) - Add TypeScript declarations.
* Small tweaks around the repo to update documentation and fix links.
# v5.1.0 - And everything before that.
* I didn't keep a change log because I'm lazy and this project is old. I've been maintaining it since I started my career, essentially.