Skip to content

Tags: benubird/slack

Tags

0.2.2

Toggle 0.2.2's commit message
Fix unicode problems in JSON encoding, fixes maknz#4.

Not sure why json_encode() outright broke with a string like 日本語, it should have just returned escaped unicode like \u<something>. But telling json_encode() to not escape unicode and leave as-is seems to fix the problem so ¯\_(ツ)_/¯

0.2.1

Toggle 0.2.1's commit message
Set correct value for channel in constructor

Fixes maknz#3. This was a typo where username from the config was being used for the channel provided through the constructor. This affected users wanting to use the default channel in the config rather than using an explicit to() at runtime.

0.2.0

Toggle 0.2.0's commit message
Merge pull request maknz#2 from maknz/develop

Rework the send method and implement attachments and icons

0.1.1

Toggle 0.1.1's commit message
Update README with requirements

0.1.0

Toggle 0.1.0's commit message
Usage instructions