Releases: customd/cd-webhook-registry
Releases · customd/cd-webhook-registry
v1.0.0
What's Changed
- fix: Laravel 10.x support by @JituSSingh in #2
New Contributors
- @JituSSingh made their first contribution in #2
Full Changelog: v0.9.2...v1.0.0
v0.9.2
v0.9.1
v0.9.0: Merge pull request #1 from customd/webhook-based-payload-configuration
feat: webhook models can optionally modify payloads individually
0.8.0
0.6.1
0.6.0
- Allow more flexibility in when webhooks are fired
- Allow implementors to use custom models
- Improved documentation
- Provide model contracts
- No longer need to manually implement webhook payload methods, can now use DeliversWebhooks trait
BREAKING: Changed existing model namespaces, and method names. Changed ShouldDeliverWebhooks
contract.