Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1015 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1015 Bytes

Changelog

All notable changes to the package will be documented in this file.

v1.2 - 2023-08-10

  • Add object, brand and user id getters to WebhookEvent
  • Add tests for WebhookEvent getters

v1.1 - 2023-08-10

  • Add WebhookException::getHttpCode() to get an appropriate HTTP response status code
  • Update examples
  • Add tests for WebhookException::getHttpCode()

v1.0.2 - 2023-08-10

  • Check for empty STDIN in WebhookFactory::create()
  • Add test for empty STDIN

v1.0.1 - 2023-08-08

  • Implement JsonSerializable on Webhook and WebhookEvent classes
  • Test JsonSerializable

v1.0 - 2023-08-07

Initial public release