Skip to content

Latest commit

 

History

History
131 lines (98 loc) · 5.6 KB

File metadata and controls

131 lines (98 loc) · 5.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.6.0] - 2019-03-07

Added

  • Allow eager loading relationships on aggregated models (#131)

[1.5.0] - 2019-02-27

Added

  • Support to Lumen (#156)

Fixed

  • No longer sets scout metadata on non searchable models (bb1cefb)

[1.4.0] - 2019-02-21

Added

  • Algolia _highlightResult and _rankingInfo to Scout Metadata (#147)
  • Support to Laravel 5.8 (#141)

[1.3.1] - 2019-02-12

Fixed

  • Issue while making unsearchable multiple models (#143)

[1.3.0] - 2019-02-11

Added

  • Support to Laravel Scout 7.0 (#137)

[1.2.0] - 2019-02-07

Added

  • Added configurable settings path (#120)

[1.1.1] - 2019-01-22

Added

  • Generated settings file docs example (1622cb0)

[1.1.0] - 2019-01-10

Added

  • Method whereIn on the query builder (#115)

[1.0.5] - 2019-01-09

Fixed

  • Warns the user to scout:reimport if objectID invalid (3048d74)

[1.0.4] - 2019-01-04

Fixed

  • Exception when importing with no searchables with scout:import (#109)

[1.0.3] - 2019-01-04

Fixed

  • Creation of search key using Algolia::searchKey (ba0afdf)

[1.0.2] - 2019-01-03

Fixed

  • scout:reimport with indexes imported using laravel/scout (9aa9370)

[1.0.1] - 2019-01-02

Fixed

[1.0.0] - 2018-12-20

Added

  • First stable release

[0.4.3] - 2018-12-19

Fixed

  • Using null on Model::search method (46c9405)

[0.4.2] - 2018-12-19

Fixed

  • Missing Eager loading in search method (d98dcce)

[0.4.1] - 2018-12-09

Fixed

  • AlgoliaEngine::map() returns searchable's collection (09ae017)

[0.4.0] - 2018-11-29

Added

  • Builder::whereBetween method to Builder (4161a60)

Changed

  • Custom splitters must implement Algolia\ScoutExtended\Contracts\SplitterContract.

Fixed

  • Queuing aggregators (#77)

[0.3.2] - 2018-11-21

Changed

  • Builder::where now accepts 3 arguments like Eloquent (d883ce1)

0.3.1 - 2018-11-19

Changed

  • Wheres gets mutated before sending it to Algolia (8075476)

0.3.0 - 2018-11-19

Added

  • Support to <, <=, =, !=, >=, > operators in Builder::where method (#69)

Changed

  • Object gets mutated before sending it to Algolia (#68)

0.2.0 - 2018-11-16

Added

  • Algolia::searchKey method (1bbffa9)

Fixed

  • No verification of shouldBeSearchable while calling makeAllSearchable in aggregators (62)
  • No usage of scout.chunk.searchable while calling makeAllSearchable in aggregators (62)
  • No usage of ModelsImported event while calling makeAllSearchable in aggregators (29c56a6)

Removed

0.1.1 - 2018-11-05

Fixed

  • Updated order of settings in config.blade.php view (841c002)

0.1.0 - 2018-11-02

Added

  • Initial release