CHANGELOG.md 1.17 KB
Newer Older
1 2 3 4 5 6
Yii Framework 2 sphinx extension Change Log
===========================================

2.0.0 beta under development
----------------------------

Carsten Brandt committed
7
- Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
8
- Bug #2160: SphinxQL does not support `OFFSET` (qiangxue, romeo7)
9
- Enh #1398: Refactor ActiveRecord to use BaseActiveRecord class of the framework (klimov-paul)
Carsten Brandt committed
10
- Enh #2002: Added filterWhere() method to yii\spinx\Query to allow easy addition of search filter conditions by ignoring empty search fields (samdark, cebe)
11
- Enh #2892: ActiveRecord dirty attributes are now reset after call to `afterSave()` so information about changed attributes is available in `afterSave`-event (cebe)
12
- Chg #2281: Renamed `ActiveRecord::create()` to `populateRecord()` and changed signature. This method will not call instantiate() anymore (cebe)
13 14 15
- Chg #2146: Removed `ActiveRelation` class and moved the functionality to `ActiveQuery`.
             All relational queries are now directly served by `ActiveQuery` allowing to use
             custom scopes in relations (cebe)
16 17 18 19 20

2.0.0 alpha, December 1, 2013
-----------------------------

- Initial release.