Releases: phonedotcom/mason-laravel
Releases · phonedotcom/mason-laravel
Remove filters from input data for Patch collection
Patch collection
0.36.0 Patch collection
Fix of empty/not-empty filters
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
Delete collection
Merge pull request #4 from phonedotcom/list-delete Delete collection
Another bug fix
0.33.0 Yet another bug fix related to previous commit
Fix bug in 0.31.0
0.32.0 Fix bug introduced in previoud commit
Fix bug in filter parsing
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
Update MasonServiceTrait.php Added parameter $routeParams to makeMasonItemCreatedResponse
"sounds" filter bug fix
Eloquent raw bindings bug fix