All Versions
10
Latest Version
Avg Release Cycle
168 days
Latest Release
2299 days ago
Changelog History
Changelog History
-
v2.2.1 Changes
November 28, 2018Major Changes:
- ➕ Add
$mapper->exec()
method for raw queries (@vlucas) - ➕ Add multiple compound index support (@splio-aleroux)
- ➕ Add multiple compound unique index support (@FlipEverything)
- 0️⃣ 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+
- ➕ Add
-
v2.2.0 Changes
May 21, 2016Major Changes:
- Scopes enhancements - scopes can now be used directly off relation names (#135) (thanks @nebulousGirl)
- 👍 Foreign key support for relations (thanks @nebulousGirl)
- ⚡️ Automatic saving, updating, and deleting of related entities with the optional
$mapper->save($entity, ['related' => true])
flag (thanks @nebulousGirl) - ➕ Add support for column aliases to foreign keys (#157) (thanks @FlipEverything)
- 👍 Custom Query Operator support (#161) (thanks @marcojetson)
-
v2.1.7 Changes
September 09, 2015Major Changes:
- 👌 Support for column aliases with the new
column
option in the Entityfields
definition - ➕ Added better quoting of fields and table names for all queries (thanks @potfur)
- 💅 Various style fixes and cleanup work (thanks @localheinz)
- 👌 Support for column aliases with the new
-
v2.1.6 Changes
July 10, 2015- ➕ Added 'afterLoad' event that fires with fully loaded entities (thanks @kayladnls)
- 🏗 General cleanup of .travis.yml for Ci builds (thanks @localheinz)
- 0️⃣ Limit depth of toArray with relations to single level by default (thanks @jakefolio)
- ➕ Added PHP 7.0 in Travis Ci build
-
v2.1.5
April 29, 2015 -
v2.1.4
March 31, 2015 -
v2.1.3
February 13, 2015 -
v2.1.2
January 17, 2015 -
v2.1.1
October 28, 2014 -
v2.1.0
October 07, 2014