Skip to content

v4.0: Chatterbox Release

Pre-release
Pre-release

Choose a tag to compare

@yamikuronue yamikuronue released this 20 Mar 14:28
· 10 commits to master since this release

4.0.0 Chatterbox Release (2017-03-20)

The big feature for this release is the templating engine. Now your templates will be different depending on the provider's capabilities: HTML, markdown, or chat-style single-line outputs. No more spamming Slack if you want to play there!

  • fix: Eslint issue (ee800b7)
  • feature: HTML in the HTML templates. Shocking. (e6ede13)
  • feature: Use a template for listing players (66acc31)
  • Fix: A few single-line template tweaks to make it read nicer (cec21a0)
  • Fix: Trying to get rid of those extraneous newlines (ea8c7ee)
  • Feature: Add single-line support to respondWithTemplateInThread as well (dd6b256)
  • Feature: Separate HTML templates from Markdown templates. (bd8dfd0)
  • Feature: Single-line templates for chat-style providers (39bfabd)
  • Refactor: Move forum-like templates to a subfolder (624705a)
  • Refactor: the View is responsible for what folder the templates live in. (3c66e9e)