Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

dynoBot-Framework v1.1.0

Compare
Choose a tag to compare
@Blackhawk-TA Blackhawk-TA released this 17 Jul 21:31

Changes:

  • Reworked initialisation event (#15)
  • Reworked events & added unit tests (#12)
    • The entire events class is now an implementation detail and therefore private.
    • Events are now registered implicitly which leads to a removal of the IEvent.registerEvent method.
    • Event listeners are now used like this: Bot.onEvent("event", listener)
  • Moved Event classes to generic EventHandler class (#11)
  • Added unit tests (#14)
  • Added test coverage