All notable changes will be documented in this file.
- Add Support for Date Range Filtering by @imahmood in #19
- Laravel 11.x Support by @imahmood in #20
- implement make repository command by @salehhashemi1992 in #17
- update readme file by @salehhashemi1992 in #18
- fix preparePageSize method by @salehhashemi1992 in #15
- Implement tests for the whole flow by @salehhashemi1992 in #16
- initial test structure and supports by @salehhashemi1992 in #11
- New badges in readme by @salehhashemi1992 in #12
- set default repository page size with environment variable by @imahmood in #13
- remove perPage init from constructor by @imahmood in #14
- Nullable type declaration by @salehhashemi1992 in #9
- Change builder to eloquent builder in criteria interface by @salehhashemi1992 in #10
- refactor the basefilter by @salehhashemi1992 in #7
- Enhance the readme file by @salehhashemi1992 in #8
- change searchable trait and interface name by @salehhashemi1992 in #4
- Update readme with practical sample and available methods by @salehhashemi1992 in #5
- fix perPage config by @imahmood in #6
- Readme by @salehhashemi1992 in #2
- perPage config description by @salehhashemi1992 in #3
- initial version