Releases: mpociot/captainhook
Releases · mpociot/captainhook
3.2.0
Feature/fixes by pionect (#40) * Check if migration ran * remove dinamic migration dates * tenant_id unsigned * simplify getWebhooks * add missing : to eloquent events in README * add properties to webhook * use AddWebhook::class in stead of class string * remove hook.* aliases to fix tests
3.1.3
3.1.2: Merge pull request #32 from mpociot/analysis-zDyAy9
Applied fixes from StyleCI
Update Spark specific route middleware
3.1.1 Change auth middleware order
Spark specific updates
- Added tenant configuration for Spark
- Added API configuration for Spark
Spark support added
Merge pull request #26 from mpociot/analysis-zGDLMg Applied fixes from StyleCI
Per webhook transformers and response callbacks
This version adds support for per-webhook transform methods. So if you want to perform specific transformations on your event objects, depending on which webhook got fired, you can do that now.
The other new option allows you to define custom webhook response callbacks.
2.1.3: Merge pull request #22 from mpociot/analysis-qgO15w
Applied fixes from StyleCI