Skip to content

Releases: tormjens/eventy

Adds removeFilters and removeAllFilter

14 Mar 13:05
ed48fe3
Compare
Choose a tag to compare

Small patch to add removeAction and removeFilter function so that listeners can be removed. Props to @mattallan

Trying again

16 Feb 11:44
Compare
Choose a tag to compare
0.5.3

Oops! Trailing comma

Split the Blade bindings to its own service provider

06 Feb 11:32
Compare
Choose a tag to compare

Should make the package work better when using in a non-Blade environment, as this makes it optional.

Decrease illuminate/support requirement to 5.3+

01 Feb 10:05
Compare
Choose a tag to compare

Decreased the requirement of the illuminate/support package to be 5.3 or above.

Refactor to collections and added tests

13 Sep 12:44
Compare
Choose a tag to compare
0.5

recover to collections and add tests

Fixes json

06 Sep 07:59
Compare
Choose a tag to compare

A trailing comma was causing issues

Laravel 5.5 ready

06 Sep 07:56
Compare
Choose a tag to compare

Added auto-discovery for Laravel 5.5 and updated readme accordingly

FIxes blade directives

06 Sep 07:53
Compare
Choose a tag to compare

Fixes an issue with the Blade directives. Thanks @bosunski

Adds array callbacks

20 Jan 13:33
Compare
Choose a tag to compare
Merge pull request #4 from mrchimp/callables

Allow using array callables

Bugfix release

13 Jan 11:15
Compare
Choose a tag to compare
Merge pull request #2 from rashcms/patch-1

fix filters with same priority