Releases: rollerworks/search-doctrine-orm
Releases · rollerworks/search-doctrine-orm
Release v2.0.0-ALPHA5
Release v2.0.0-ALPHA4
Release v2.0.0-ALPHA3
Release v2.0.0-ALPHA2
Release v2.0.0-ALPHA1
Release v1.2.0
Release v1.1.0
v1.0.0
v1.0.0-beta4
- fix CacheWhereBuilder for Doctrine ORM 2.5
v1.0.0-beta3
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.