Skip to content

0.14.5 / 2017-11-21

Compare
Choose a tag to compare
@chentsulin chentsulin released this 21 Nov 10:23
· 1500 commits to master since this release

messenger

  • [new] Add --skip-validate cli option to skip Joi schema validation #31
  • [fix] Allow unknow keys in config and fix schema rules #29

slack

  • [new] Add options for postMessage #25

You can use it to send additional attachments, like below:

context.postMessage('I am a test message', {
  attachments: [
    {
      text: "And here's an attachment!"
    },
  ],
});

See official docs for more available options.