Atlas.Orm v2.8.0 Release Notes

Release Date: 2020-01-30 // about 4 years ago
  • 🚀 This release backports a feature from the 3.x series, such that when the
    ⚡️ TableEvents::beforeInsert() or TableEvents::beforeUpdate() methods return an
    ⚡️ array, that array is used for the insert or update. This allows finer control
    over, among other things, the logic that determines differences from the initial
    Row data.

    ✅ Expanded testing to include PHP 7.2 and 7.3.