Skip to content

Releases: rollerworks/RollerworksSearchBundle

Release v2.0.0-ALPHA7

23 Oct 15:04
v2.0.0-ALPHA7

Choose a tag to compare

Added

Release v2.0.0-ALPHA6

12 Oct 11:43
v2.0.0-ALPHA6

Choose a tag to compare

Changed

Fixed

Release v2.0.0-ALPHA5

05 Apr 09:09
v2.0.0-ALPHA5

Choose a tag to compare

This release introduces support for the new API-Platform bridge.

To enable support, you only need to require the rollerworks/search-api-platform package.
At this moment only Doctrine ORM is supported, you need to install the rollerworks/search-doctrine-orm separately.

Note:

Due to technical limitations, using a custom QueryBuilder has some caveats.

When setHint() is not defined an @internal adapter is used instead, when
you use a custom QueryBuilder you need implement the following patch doctrine/orm#6359

Added

  • Add API-Platform integration (sstok) #32

Release v2.0.0-ALPHA4

19 Mar 15:32
v2.0.0-ALPHA4
77873e3

Choose a tag to compare

Release v2.0.0-ALPHA4 Pre-release
Pre-release

Fixed

  • Fix compatibility for latest Symfony version (sstok) #31

Release v2.0.0-ALPHA3

14 Mar 09:48
v2.0.0-ALPHA3

Choose a tag to compare

Release v2.0.0-ALPHA3 Pre-release
Pre-release

Changed

  • Change SearchProcessor default cache to array (sstok) #29

Fixed

  • Fix compatibility RollerworksSearch v2.0.0-ALPHA2 (sstok) #30

Release v2.0.0-ALPHA2

06 Mar 10:10
v2.0.0-ALPHA2

Choose a tag to compare

Release v2.0.0-ALPHA2 Pre-release
Pre-release

This release fixes a problem with the Doctrine DBAL type-extensions not being registered properly.

Changed

  • Make SearchProcessor test separate (sstok) #28

Fixed

  • Fix Doctrine DBAL service definitions (sstok) #27

Release v2.0.0-ALPHA1

05 Mar 17:49
v2.0.0-ALPHA1
df2b338

Choose a tag to compare

Release v2.0.0-ALPHA1 Pre-release
Pre-release

Added

  • (Re) add Doctrine Configuration handling (sstok) #26

Changed

  • [BC BREAK] Update API for RollerworksSearch v2.0 (sstok) #25

Release v1.2.0

18 Jan 14:29
v1.2.0

Choose a tag to compare

Changed

v1.1.1

31 Mar 11:12

Choose a tag to compare

#22: Fix unable to install with lowest version

v1.1.0

23 Dec 14:26

Choose a tag to compare

Add support for Symfony 3.0