Major Changes:
- Add
$mapper->exec()
method for raw queries (@vlucas) - Add multiple compound index support (@splio-aleroux)
- Add multiple compound unique index support (@FlipEverything)
- Field
default
(if given) is now used as default value (#215) (@Arzaroth) - Add multiple database config support (@dasper)
- Fix for field alias mapping bug (#237, #145) (@FlipEverything)
- Add function support to ordering and grouping (@FlipEverything)
Announcements:
- In the next minor release (v2.3) we will drop PHP<5.6 support.
- We are thinking about dropping the currently unofficial HHVM support and focus our efforts on PHP7+