Releases: upmind/webhook-endpoint
Releases · upmind/webhook-endpoint
v1.2
- Add object, brand and user id getters to WebhookEvent
- Add tests for WebhookEvent getters
v1.1
- Add WebhookException::getHttpCode() to get an appropriate HTTP response status code
- Update examples
- Add tests for WebhookException::getHttpCode()
v1.0.2
- Check for empty STDIN in WebhookFactory::create()
- Add test for empty STDIN
v1.0.1
- Implement JsonSerializable on Webhook and WebhookEvent classes
- Test JsonSerializable