All Versions
12
Latest Version
Avg Release Cycle
200 days
Latest Release
1832 days ago

Changelog History
Page 2

  • v2.3.0 Changes

    May 06, 2018

    ๐Ÿš€ This release adds one "off-interface" method, AbstractTable::getIdentityMap(),
    ๐Ÿ‘ to support retrieval of initial values on rows.

    ๐Ÿ›  It also fixes a bug where a relationship definition could use the same name more
    than once, silently overwriting the previous definition.

    ๐Ÿ“š Finally, it includes updated documentation and tests.

  • v2.2.0 Changes

    March 19, 2018

    ๐Ÿš€ This release adds two "off-interface" events, TableEvents::modifySelect() and
    MapperEvents::modifySelect(), to allow modification of the TableSelect and
    MapperSelect query objects.

    These events are added only to the implementation classes, and not the
    interfaces, to make the functionality available without introducing a BC break.
    A future major revision may incorporate them into the relevant interfaces.

    ๐Ÿ›  It also fixes the bug noted at #86
    โšก๏ธ where existing connections are not updated to the current transaction state.