Skip to content

Releases: open-southeners/laravel-eloquent-union-builder

0.3.1

27 Oct 15:40
6e09876

Choose a tag to compare

0.3.1 Pre-release
Pre-release

Fixed

  • Method UnionBuilder::callingOnly is now null-safe

0.3.0

27 Oct 15:25
f2121fa

Choose a tag to compare

0.3.0 Pre-release
Pre-release

Added

  • Third optional parameter to UnionBuilder::search which lets modify Laravel Scout builder instance used for search

0.2.0

27 Oct 14:57
be4b64f

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Changed

  • UnionBuilder::callOnly now is UnionBuilder::callingOnly passing a callback function as second parameter

Fixed

  • Use forceFill to model data mapping as some models doesn't get all attributes

0.1.0

26 Oct 17:18
4a35685

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Added

  • Initial release!