Skip to content

Twitter-server 18.8.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 26 Sep 23:19
· 402 commits to develop since this release

18.8.0

New Features

  • Add onExit lifecycle callback to c.t.server.Hook (which is now an abstract class) to allow
    implemented hooks to execute functions in the App#onExit lifecycle phase. Note:
    c.t.server.Hook#premain now has a default implementation and requires the override modifier.
    06836d39