Skip to content

Releases: rollerworks/search-doctrine-orm

Release v2.0.0-ALPHA5

17 Oct 09:40
v2.0.0-ALPHA5
Compare
Choose a tag to compare

Fixed

  • Fix detection of QueryPlatform (sstok) #23

Release v2.0.0-ALPHA4

25 Aug 14:20
v2.0.0-ALPHA4
a335cf0
Compare
Choose a tag to compare
Release v2.0.0-ALPHA4 Pre-release
Pre-release

Changed

  • [BC BREAK] Remove support for Regex ValueMatch (sstok) #22

Release v2.0.0-ALPHA3

17 Aug 13:44
v2.0.0-ALPHA3
Compare
Choose a tag to compare
Release v2.0.0-ALPHA3 Pre-release
Pre-release

Changed

  • Correct Style (apply fixes from PhpStan) and Travis improvement (sstok) #21

Fixed

Release v2.0.0-ALPHA2

05 Apr 09:35
v2.0.0-ALPHA2
Compare
Choose a tag to compare
Release v2.0.0-ALPHA2 Pre-release
Pre-release

Added

  • Allow QueryBuilder when hints are supported (sstok) #19

Changed

  • Mark classes final while still allow mocking (sstok) #18

Release v2.0.0-ALPHA1

04 Mar 16:44
v2.0.0-ALPHA1
7f291a9
Compare
Choose a tag to compare
Release v2.0.0-ALPHA1 Pre-release
Pre-release

Changed

  • [BC BREAK] Update API for RollerworksSearch v2.0 (sstok) #16
  • [BC BREAK] Refactor WhereBuilder logic and naming (sstok) #17

Release v1.2.0

30 Nov 14:54
v1.2.0
bd4ce8b
Compare
Choose a tag to compare

Changed

  • [BC BREAK] Remove broken EntityCountType (sstok) #14

Release v1.1.0

30 Nov 10:46
v1.1.0
4396973
Compare
Choose a tag to compare

Added

  • Allow to map field to multiple columns (sstok) #13

Changed

Fixed

  • Fix PHP 7 support for tests (sstok) #9
  • Fix PHPUnit deprecation warnings (sstok) #12

v1.0.0

16 Sep 17:17
Compare
Choose a tag to compare
Remove unsupported hhvm-nightly from .travis.yml

v1.0.0-beta4

02 Jul 13:28
Compare
Choose a tag to compare
  • fix CacheWhereBuilder for Doctrine ORM 2.5

v1.0.0-beta3

11 Mar 13:36
Compare
Choose a tag to compare

This beta release is compatible with RollerworksSearch v1.0.0-beta5 and up.
You are highly recommended to upgrade as old versions will not receive any updates!

important:

This version is no longer compatible with PHP5.3, you need at least PHP 5.4 to use this package.
The reason behind is that we needed traits to prevent duplicating logic between classes.

This new beta version is the first edition we consider stable enough for general usage.

  • A big number of bugs and minor issues has been resolved.
  • Compatibility for the upcoming Doctrine ORM 2.5
  • Complexity of the code has been greatly reduced to an amazing 9.37 (was 7.83)
  • Tests were completely rewritten and no longer use mocks to ensure correct functioning with Doctrine ORM.
  • The documentation got a much needed update and is now written in reStructuredText (Sphinx-doc) and rendered by readthedocs.org

Note: in order to make this possible we had to break the API at some points, you can find all the details for upgrading in the UPGRADE instructions and don't forget to look at the newly updated documentation.