platform/sandbox/eventbus/CHANGELOG.md
2024-11-12 01:00:05 -07:00

821 B

0.6.2

  • update logger dependency

0.6.1

  • [Add] allowLogging to control logging (thanks @hatemragab)

0.6.0

  • [Change] fire EmptyEvent after each event to keep stream empty.
  • [Add] Logger

0.5.0

  • [Add] timestamp for each event.

0.4.0

  • [Add] mapper

0.3.0+3

  • Downgrade clock version

0.3.0+2

  • Improve documentation

0.3.0+1

  • Improve documentation

0.3.0

  • [Add] EventCompletionEvent
  • Improve documentation

0.2.2

  • [Fix] clock dependency

0.2.1

  • [Add] debug logging

0.2.0

  • [Add] history

0.1.0

  • [Add] distinct

0.0.2+1

  • [Fix] GitHub repository link

0.0.2

  • [Remove] id of AppEvent

0.0.1

  • Initial release.
  • [Add] EventBus
  • [Add] AppEvent superclass