|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [3.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v3.0.0) - 2018-09-02 |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +- Switched to Scout 5 |
| 8 | + |
3 | 9 | ## [2.3.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v2.3.0) - 2018-03-31
|
4 | 10 |
|
5 | 11 | ### Added
|
6 | 12 |
|
7 |
| -- Allow to choose a tsquery producing function |
| 13 | +- Allow to choose a `tsquery` producing function |
8 | 14 |
|
9 | 15 | ## [2.2.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v2.2.0) - 2018-02-26
|
10 | 16 |
|
|
16 | 22 |
|
17 | 23 | ### Added
|
18 | 24 |
|
19 |
| -- Added support for applying `ORDER BY` clauses set on the builder instance. |
| 25 | +- Added support for applying `ORDER BY` clauses set on the builder instance |
20 | 26 |
|
21 | 27 | ## [2.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v2.0.0) - 2018-02-09
|
22 | 28 |
|
23 | 29 | ### Changed
|
24 | 30 |
|
25 |
| -- Switched to Scout 4 (Laravel 5.6) and PHPUnit 7. |
| 31 | +- Switched to Scout 4 (Laravel 5.6) and PHPUnit 7 |
26 | 32 |
|
27 | 33 | ## [1.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v1.0.0) - 2017-09-03
|
28 | 34 |
|
29 | 35 | ### Added
|
30 | 36 |
|
31 |
| -- Added Laravel 5.5 support including package auto discovery. |
| 37 | +- Added Laravel 5.5 support including package auto discovery |
32 | 38 |
|
33 | 39 | ## [0.5.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.5.0) - 2017-01-30
|
34 | 40 |
|
|
38 | 44 |
|
39 | 45 | ### Fixed
|
40 | 46 |
|
41 |
| -- Fall back to phpunit 4.8. |
| 47 | +- Fall back to phpunit 4.8 |
42 | 48 |
|
43 | 49 | ## [0.4.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.1) - 2017-01-22
|
44 | 50 |
|
45 | 51 | ### Fixed
|
46 | 52 |
|
47 |
| -- Fixed #7. No longer uses `resolve()` helper to better support Laravel Lumen. |
| 53 | +- Fixed #7. No longer uses `resolve()` helper to better support Laravel Lumen |
48 | 54 |
|
49 | 55 | ## [0.4.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.0) - 2017-01-16
|
50 | 56 |
|
51 | 57 | ### Added
|
52 | 58 |
|
53 |
| -- Made it possible to specify PostgreSQL search config both globally in scout.php or on per model basis. |
| 59 | +- Made it possible to specify PostgreSQL search config both globally in scout.php or on per model basis |
54 | 60 |
|
55 | 61 | ### Changed
|
56 | 62 |
|
57 |
| -- Fixed #6. Check for models that no longer exist but still present in the index (i.e. soft-deleted models). |
| 63 | +- Fixed #6. Check for models that no longer exist but still present in the index (i.e. soft-deleted models) |
58 | 64 |
|
59 | 65 | ## [0.3.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.3.0) - 2017-01-04
|
60 | 66 |
|
61 | 67 | ### Changed
|
62 | 68 |
|
63 |
| -- Updated to scout 2.0. |
64 |
| -- Fixed an issue with order by clause when performing a search. |
| 69 | +- Updated to Scout 2.0 |
| 70 | +- Fixed an issue with order by clause when performing a search |
65 | 71 |
|
66 | 72 | ## [0.2.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.2.1) - 2016-12-23
|
67 | 73 |
|
68 | 74 | ### Changed
|
69 | 75 |
|
70 |
| -- Fixed #2. Cast nulls to empty strings in `toVector()`. |
| 76 | +- Fixed #2. Cast nulls to empty strings in `toVector()` |
71 | 77 |
|
72 | 78 | ## [0.2.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.2.0) - 2016-10-07
|
73 | 79 |
|
74 | 80 | ### Added
|
75 | 81 |
|
76 |
| -- Implemented `getTotalCount()` method to support length aware pagination. |
| 82 | +- Implemented `getTotalCount()` method to support length aware pagination |
77 | 83 |
|
78 | 84 | ### Changed
|
79 | 85 |
|
80 |
| -- Updated README.md. |
| 86 | +- Updated README.md |
81 | 87 |
|
82 | 88 | ## [0.1.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.1) - 2016-10-07
|
83 | 89 |
|
84 | 90 | ### Changed
|
85 | 91 |
|
86 |
| -- Updated composer dependencies. |
| 92 | +- Updated composer dependencies |
87 | 93 |
|
88 | 94 | ## [0.1.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.0) - 2016-09-02
|
89 | 95 |
|
90 |
| -Experimental release. |
| 96 | +Experimental release |
0 commit comments