0.14.5 / 2017-11-21
messenger
- [new] Add
--skip-validate
cli option to skipJoi
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.