- Normalizing of responder input.
- Wrapping known exceptions in service-specific exceptions.
- Splitting of media item types into their remote & local differentiations.
- Modified the method names of the Group class.
- Group documentation in the readme.
- Complete refactoring of the available services. This is very much a backwards-incompatible update.
- Added proper supporting of string-based QR codes. Only permanent QR codes can have a string format - temporary codes can only be integers.
- Change log
- Support for PSR-7 responses in the responder.
- Sending of replies in the responder are now done by returning the message to send from the event listener.
- Moved the namespace from
\WeChat
to\Garbetjie\WeChatClient
, to prevent accidental namespace clashes.
- Non-JSON responses were being parsed as JSON, and causing failures (#1).
Initial release.