Releases: ikkez/f3-cortex
v1.7.7
v1.7.6
Cortex v1.7.4
new maintenance release with fixes for php 8.1
See changelog for details.
Cortex v1.7.1
Just a quick maintenance release. See changelog for further details.
Cortex v1.7
New release with new features, improvements and fixes.
- new: field masks feature for cast()
- new method findByRawSQL() to use find with a raw sql query
- new method compare() to call custom functions to prepare new / cleanup old values
- new method initial() which returns the initial field data after change
- new method cleared() to get if a field was cleared
- new: allow custom timestamp in touch method
- added more m:m relation options for pivot tables
- added relational ordering
- countRel() can propagate to nested relations now
For the full list of changes, please have a look at the changelog for further details.
Cortex v1.6.0
New release with performances improvements, fixes and some new features.
Please have a look at the changelog for further details.
Cortex v1.5.1
Maintenance release with fixes and compatibility adjustments.
- Added the missing m->1 save handler (fixes the "not implemented" issue)
- support for mongodb extention
- new: Cortex->getMapper to access the raw mapper
Please have a look at the changelog for further details.
Cortex v1.5.0
New release with compatibility fixes for F3 v3.6.2 and a bunch of improvements, fixes and some new stuff:
- new: Collection->contains method
- new: Collection->compare method
- allow a CortexCollection to be used as bind parameter for
IN
operators - improved field whitelisting, #23 #24
- include virtual fields in whitelist, #48
- reduced schema queries
For more details, have a look at the CHANGELOG.
Cortex v1.4.3
hot fixing NULL comparision, regarding #40
Cortex v1.4.2
Maintenance release, that includes some fixes and adjustments.
Self-referencing m:m relations is a new feature though.
Version 1.4.x is only compatible with F3 until v3.6.0 (v1.5 is going to be for v3.6.1+ only)
Please have a look at the changelog for further details.