Skip to content

Commit 4692b35

Browse files
committed
Update changelog
1 parent 06f06af commit 4692b35

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

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+
39
## [2.3.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v2.3.0) - 2018-03-31
410

511
### Added
612

7-
- Allow to choose a tsquery producing function
13+
- Allow to choose a `tsquery` producing function
814

915
## [2.2.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v2.2.0) - 2018-02-26
1016

@@ -16,19 +22,19 @@
1622

1723
### Added
1824

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
2026

2127
## [2.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v2.0.0) - 2018-02-09
2228

2329
### Changed
2430

25-
- Switched to Scout 4 (Laravel 5.6) and PHPUnit 7.
31+
- Switched to Scout 4 (Laravel 5.6) and PHPUnit 7
2632

2733
## [1.0.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v1.0.0) - 2017-09-03
2834

2935
### Added
3036

31-
- Added Laravel 5.5 support including package auto discovery.
37+
- Added Laravel 5.5 support including package auto discovery
3238

3339
## [0.5.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.5.0) - 2017-01-30
3440

@@ -38,53 +44,53 @@
3844

3945
### Fixed
4046

41-
- Fall back to phpunit 4.8.
47+
- Fall back to phpunit 4.8
4248

4349
## [0.4.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.1) - 2017-01-22
4450

4551
### Fixed
4652

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
4854

4955
## [0.4.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.4.0) - 2017-01-16
5056

5157
### Added
5258

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
5460

5561
### Changed
5662

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)
5864

5965
## [0.3.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.3.0) - 2017-01-04
6066

6167
### Changed
6268

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
6571

6672
## [0.2.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.2.1) - 2016-12-23
6773

6874
### Changed
6975

70-
- Fixed #2. Cast nulls to empty strings in `toVector()`.
76+
- Fixed #2. Cast nulls to empty strings in `toVector()`
7177

7278
## [0.2.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.2.0) - 2016-10-07
7379

7480
### Added
7581

76-
- Implemented `getTotalCount()` method to support length aware pagination.
82+
- Implemented `getTotalCount()` method to support length aware pagination
7783

7884
### Changed
7985

80-
- Updated README.md.
86+
- Updated README.md
8187

8288
## [0.1.1](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.1) - 2016-10-07
8389

8490
### Changed
8591

86-
- Updated composer dependencies.
92+
- Updated composer dependencies
8793

8894
## [0.1.0](https://github.com/pmatseykanets/laravel-scout-postgres/releases/tag/v0.1.0) - 2016-09-02
8995

90-
Experimental release.
96+
Experimental release

0 commit comments

Comments
 (0)