All notable changes to Query Filter Builder
will be documented in this file
- when
is
ornot
receivesnull
, it should turn intoempty
/notEmpty
- added filterArray to easily handle comma separated strings as per recommendation in the JSON:API specification
- a few bugfixes
- added default sorting option
- fixed bug where joins weren't allowed when using custom filters with Laravel.
- added FormRequest functionality to ease development in Laravel
- added asc/desc sorting functionality
- initial release