Skip to content

Releases: Joezo/node-slackhook

v1.0.0

17 Jun 08:39
Compare
Choose a tag to compare

Breaking changes

If you currently passed in a channel with no "#" at the start, this module used to correct that and add one. This functionality has now been removed so that you can send messages to users directly.

Example

Before: {channel: 'a-channel'}
After: {channel: '#a-channel'}