Emittery Versions Save

Simple and modern async event emitter

v1.0.3

3 months ago
  • Fix compatibility with p-event (#115) 2eea7f7

https://github.com/sindresorhus/emittery/compare/v1.0.2...v1.0.3

v1.0.2

3 months ago
  • Fix emitter.listenerCount() for symbol keys fad52b9

https://github.com/sindresorhus/emittery/compare/v1.0.1...v1.0.2

v1.0.1

1 year ago
  • Fix globalThis.process conflict in the browser (#107) 5133d6f

https://github.com/sindresorhus/emittery/compare/v1.0.0...v1.0.1

v1.0.0

1 year ago

Breaking

  • Require Node.js 14 3b7db43
  • This package is now pure ESM. Please read this.

Breaking for TypeScript users

  • Some of the types that were previously accessed on Emittery. are now named exports.

https://github.com/sindresorhus/emittery/compare/v0.13.1...v1.0.0

v0.13.1

1 year ago
  • Fix missing file in package (#104) 715e003

https://github.com/sindresorhus/emittery/compare/v0.13.0...v0.13.1

v0.13.0

1 year ago
  • Internal: Properly clean up listener storage (#103) 3641e7a

https://github.com/sindresorhus/emittery/compare/v0.12.1...v0.13.0

v0.12.1

1 year ago
  • Internal: Use a different approach to prevent consumers from emitting meta events (#98) c07c783

https://github.com/sindresorhus/emittery/compare/v0.12.0...v0.12.1

v0.12.0

1 year ago
  • Add an off method to the promise returned from .once() (#100) e0b4ba7
  • Make Emittery.mixin type support arguments in constructor 32ddcbe

https://github.com/sindresorhus/emittery/compare/v0.11.0...v0.12.0

v0.11.0

2 years ago
  • Allow event names to be numbers (#96) c010e90

https://github.com/sindresorhus/emittery/compare/v0.10.2...v0.11.0

v0.10.2

2 years ago
  • Fix handling of circular references in event data when using debug mode 8a2371c

https://github.com/sindresorhus/emittery/compare/v0.10.1...v0.10.2