Skip to content

Releases: DanieliusDev/events.ts

2.0.0

13 Apr 23:53
e2de078
Compare
Choose a tag to compare

Major Changes

  • export class EventEmitter instead of interface TypedEventEmitter
  • EventMap now takes Record<string | symbol, unknown[]> instead of Record<string | symbol, (...args: any[]) => void>

Minor Changes

  • Add Listener

1.0.0

01 Jul 01:08
ef80e25
Compare
Choose a tag to compare

Features

  • Add EventMap
  • Add TypedEventEmitter