|
2 | 2 |
|
3 | 3 | All notable changes to `laravel-query-builder` will be documented in this file |
4 | 4 |
|
| 5 | +## 6.3.2 - 2025-04-16 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Enhance QueryBuilder with generics support for better type inference by @alexkart in https://github.com/spatie/laravel-query-builder/pull/1002 |
| 10 | + |
| 11 | +### New Contributors |
| 12 | + |
| 13 | +* @alexkart made their first contribution in https://github.com/spatie/laravel-query-builder/pull/1002 |
| 14 | + |
| 15 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.3.1...6.3.2 |
| 16 | + |
| 17 | +## 6.3.1 - 2025-02-21 |
| 18 | + |
| 19 | +### What's Changed |
| 20 | + |
| 21 | +* General code health improvements by @xHeaven in https://github.com/spatie/laravel-query-builder/pull/988 |
| 22 | +* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-query-builder/pull/992 |
| 23 | +* Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-query-builder/pull/994 |
| 24 | +* Exclude `.github` folder and `.php_cs` from being included in composer installation by @stevebauman in https://github.com/spatie/laravel-query-builder/pull/993 |
| 25 | + |
| 26 | +### New Contributors |
| 27 | + |
| 28 | +* @xHeaven made their first contribution in https://github.com/spatie/laravel-query-builder/pull/988 |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.3.0...6.3.1 |
| 31 | + |
| 32 | +## 6.3.0 - 2024-12-23 |
| 33 | + |
| 34 | +### What's Changed |
| 35 | + |
| 36 | +* Feature: Add "belongs to" filter by @gpibarra in https://github.com/spatie/laravel-query-builder/pull/975 |
| 37 | +* Feature: Additional config options to better match the API spec by @CoolGoose in https://github.com/spatie/laravel-query-builder/pull/983 |
| 38 | + |
| 39 | +### New Contributors |
| 40 | + |
| 41 | +* @CoolGoose made their first contribution in https://github.com/spatie/laravel-query-builder/pull/983 |
| 42 | + |
| 43 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.2.3...6.3.0 |
| 44 | + |
| 45 | +## 6.2.3 - 2024-12-23 |
| 46 | + |
| 47 | +### What's Changed |
| 48 | + |
| 49 | +* Fix selecting fields on belongs to many relations by @rasmuscnielsen in https://github.com/spatie/laravel-query-builder/pull/986 |
| 50 | + |
| 51 | +### New Contributors |
| 52 | + |
| 53 | +* @rasmuscnielsen made their first contribution in https://github.com/spatie/laravel-query-builder/pull/986 |
| 54 | + |
| 55 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.2.2...6.2.3 |
| 56 | + |
| 57 | +## 6.2.2 - 2024-12-11 |
| 58 | + |
| 59 | +### What's Changed |
| 60 | + |
| 61 | +* Update filtering.md to clarify handling of array scope parameter by @g-gullstrand in https://github.com/spatie/laravel-query-builder/pull/976 |
| 62 | +* Remove PHPUnit cache by @tarexme in https://github.com/spatie/laravel-query-builder/pull/982 |
| 63 | +* Fix typo in filtering.md by @yngc0der in https://github.com/spatie/laravel-query-builder/pull/984 |
| 64 | +* Fixed IncludedCount.php by @dash8x in https://github.com/spatie/laravel-query-builder/pull/978 |
| 65 | + |
| 66 | +### New Contributors |
| 67 | + |
| 68 | +* @g-gullstrand made their first contribution in https://github.com/spatie/laravel-query-builder/pull/976 |
| 69 | +* @tarexme made their first contribution in https://github.com/spatie/laravel-query-builder/pull/982 |
| 70 | +* @yngc0der made their first contribution in https://github.com/spatie/laravel-query-builder/pull/984 |
| 71 | +* @dash8x made their first contribution in https://github.com/spatie/laravel-query-builder/pull/978 |
| 72 | + |
| 73 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.2.1...6.2.2 |
| 74 | + |
| 75 | +## 6.2.1 - 2024-10-03 |
| 76 | + |
| 77 | +### What's Changed |
| 78 | + |
| 79 | +* Removed explicit escaping for `pgsql` driver in `FiltersPartial` - Fixes #941 by @Talpx1 in https://github.com/spatie/laravel-query-builder/pull/968 |
| 80 | + |
| 81 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.2.0...6.2.1 |
| 82 | + |
| 83 | +## 6.2.0 - 2024-09-27 |
| 84 | + |
| 85 | +### What's Changed |
| 86 | + |
| 87 | +* [FEAT] add filter by operator by @AbdelrahmanBl in https://github.com/spatie/laravel-query-builder/pull/940 |
| 88 | +* Add documentation for the operator filter by @AlexVanderbist in https://github.com/spatie/laravel-query-builder/pull/974 |
| 89 | + |
| 90 | +### New Contributors |
| 91 | + |
| 92 | +* @AbdelrahmanBl made their first contribution in https://github.com/spatie/laravel-query-builder/pull/940 |
| 93 | + |
| 94 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.1.0...6.2.0 |
| 95 | + |
| 96 | +## 6.1.0 - 2024-09-23 |
| 97 | + |
| 98 | +### What's Changed |
| 99 | + |
| 100 | +* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/laravel-query-builder/pull/939 |
| 101 | +* Add issue #175 link in selecting-fields.md by @alipadron in https://github.com/spatie/laravel-query-builder/pull/951 |
| 102 | +* Update filtering.md by @justinkekeocha in https://github.com/spatie/laravel-query-builder/pull/954 |
| 103 | +* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-query-builder/pull/955 |
| 104 | +* [DOCS] Update Frontend implementation with a new one by @cgarciagarcia in https://github.com/spatie/laravel-query-builder/pull/961 |
| 105 | +* Update Documentation for php markdown by @chengkangzai in https://github.com/spatie/laravel-query-builder/pull/969 |
| 106 | +* AllowedFilter should return static rather than self by @kosarinin in https://github.com/spatie/laravel-query-builder/pull/964 |
| 107 | + |
| 108 | +### New Contributors |
| 109 | + |
| 110 | +* @alipadron made their first contribution in https://github.com/spatie/laravel-query-builder/pull/951 |
| 111 | +* @cgarciagarcia made their first contribution in https://github.com/spatie/laravel-query-builder/pull/961 |
| 112 | +* @chengkangzai made their first contribution in https://github.com/spatie/laravel-query-builder/pull/969 |
| 113 | +* @kosarinin made their first contribution in https://github.com/spatie/laravel-query-builder/pull/964 |
| 114 | + |
| 115 | +**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/6.0.1...6.1.0 |
| 116 | + |
5 | 117 | ## 6.0.1 - 2024-05-21 |
6 | 118 |
|
7 | 119 | ### What's Changed |
|
0 commit comments