Skip to content

Releases: mpociot/captainhook

3.2.0

08 Dec 10:10
Compare
Choose a tag to compare
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

24 Nov 21:48
Compare
Choose a tag to compare
Merge pull request #39 from Jeroen-G/patch-1

Rearrange Guzzle requirement

3.1.2: Merge pull request #32 from mpociot/analysis-zDyAy9

25 May 09:16
Compare
Choose a tag to compare

Update Spark specific route middleware

06 May 07:47
Compare
Choose a tag to compare
3.1.1

Change auth middleware order

Spark specific updates

02 May 12:01
Compare
Choose a tag to compare
  • Added tenant configuration for Spark
  • Added API configuration for Spark

Spark support added

16 Apr 20:34
Compare
Choose a tag to compare
Merge pull request #26 from mpociot/analysis-zGDLMg

Applied fixes from StyleCI

Per webhook transformers and response callbacks

09 Mar 22:09
Compare
Choose a tag to compare

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

17 Feb 12:41
Compare
Choose a tag to compare

2.1.2

16 Feb 22:46
Compare
Choose a tag to compare
Make TriggerWebhooksJob self-handling for Laravel 5.1 installations

2.1.1

16 Feb 22:39
Compare
Choose a tag to compare
Merge branch 'master' of github.com:mpociot/captainhook