Skip to content

Releases: swisnl/laravel-fulltext

0.14.0

21 Sep 15:33
Compare
Choose a tag to compare

This is a maintenance release which does not change any functionality. However, please note we have dropped PHP 5.6 support.

Changed

  • Run tests on multiple PHP and Laravel versions.
  • Restrict Laravel versions to ^5.1,<5.8.
  • Rename tests namespace.
  • Improve README and other documentation.

Fixed

  • Add missing dependency to composer.json.

Added

  • Code style checker/fixer.
  • Add CHANGELOG.

Removed

  • Drop PHP 5.6 support.

0.13.0

30 Aug 10:03
e3043b2
Compare
Choose a tag to compare

Fixed

  • Correctly retrieve relationship items when relationship is single item.

0.12.2

22 Jun 11:18
8864c08
Compare
Choose a tag to compare

Fixed

  • Trim string so search strings ending in special characters don't break.

0.12.1

14 Jun 11:35
d32dde7
Compare
Choose a tag to compare

Fixed

  • Always remove operators from search query

0.12

28 May 15:12
8a902e0
Compare
Choose a tag to compare

Fixed

  • Fixed bug in wildcard usage.

0.11

14 May 11:31
7c9c71a
Compare
Choose a tag to compare

Changed

  • Allow searching for empty string in searchQuery method so the package doesn't throw a query exception.

Added

  • Added basic .gitignore.

0.10

09 May 18:36
051568a
Compare
Choose a tag to compare

Added

  • Package discovery added.

0.9

21 Sep 15:17
Compare
Choose a tag to compare
0.9

Changed

  • Set enable_wildcards=true as default