Skip to content

Releases: phonedotcom/mason-laravel

Remove filters from input data for Patch collection

20 Jun 19:33
Compare
Choose a tag to compare
0.36.1

Remove filters from input data for Patch collection

Patch collection

20 Jun 13:48
Compare
Choose a tag to compare
0.36.0

Patch collection

Fix of empty/not-empty filters

20 Oct 20:10
Compare
Choose a tag to compare

MySQL does not work well with string not in ('', 0)
At the same time it works OK for integer not in ('', '0')

So we use string '0' instead of integer 0.

Fix

14 Sep 16:19
Compare
Choose a tag to compare
Fix
Merge pull request #5 from phonedotcom/list-delete

Fix

Delete collection

28 Aug 14:48
Compare
Choose a tag to compare
Merge pull request #4 from phonedotcom/list-delete

Delete collection

Another bug fix

08 Jun 22:08
Compare
Choose a tag to compare
0.33.0

Yet another bug fix related to previous commit

Fix bug in 0.31.0

08 Jun 21:51
Compare
Choose a tag to compare
0.32.0

Fix bug introduced in previoud commit

Fix bug in filter parsing

08 Jun 21:42
Compare
Choose a tag to compare

When parsing filters an operator name not followed by a colon is to be considered a value and not an operator. This is e.g. important for things like filters[direction]=in given that in is also an operator name so this case is ambiguous.

Added parameter $routeParams to makeMasonItemCreatedResponse

31 May 17:47
Compare
Choose a tag to compare
Update MasonServiceTrait.php

Added parameter $routeParams to makeMasonItemCreatedResponse

"sounds" filter bug fix

13 Apr 16:32
Compare
Choose a tag to compare

Eloquent raw bindings bug fix