spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4k stars 392 forks source link

Allow nullable filter #895

Closed enricodelazzari closed 10 months ago

enricodelazzari commented 11 months ago

@AlexVanderbist Any news on this? Thanks

AlexVanderbist commented 10 months ago

Another great PR, thanks!

patrickrobrecht commented 10 months ago

@enricodelazzari @AlexVanderbist When upgrading from Laravel Query Builder 5.5.0 to 5.6.0, we noticed that this PR introduces a small change which is not fully backwards compatible as we expected according to Semantic Versioning. See PR #902 for details and a bugfix restoring backwards compatibility.

patrickrobrecht commented 8 months ago

As mentioned above, the change introduced by this PR is not fully backwards compatible. I've updated #902 to introduce a new method which provides the same behavior as default(null) did before merging this PR.