Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 963 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 963 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • TODO: event dispatcher.

v0.2.0 - 2019-07-14

Added

  • MustListen shortcut for starting a common event listening session in console environment.

v0.1.1 - 2019-07-05

Fixed

  • Some cosmetic, docs and code style fixes.

v0.1.0 - 2019-06-30

Added

  • Event model.
  • Listener interface.
  • DefaultListener implementation (one subscriber, multiple publishers, no special routing).