Skip to content

Releases: jferrl/go-event

v1.0.2

30 Dec 10:11
Compare
Choose a tag to compare

What's Changed

  • feat: Don't block when trigger listeners. Emit logic executed inside go routine.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Dec 21:59
Compare
Choose a tag to compare

What's Changed

  • feat: Configure emitter using Opts pattern. New opts func to configure a sync emitter.

Full Changelog: https://github.com/jferrl/go-event/commits/v1.0.1

v1.0.0

25 Dec 11:06
Compare
Choose a tag to compare

What's Changed

  • feat: Introduce a simple and easy-to-use event handling system inspired by Node.js EventEmitter.

Full Changelog: https://github.com/jferrl/go-event/commits/v1.0.0