Releases: Joezo/node-slackhook
Releases · Joezo/node-slackhook
v1.0.0
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'}