PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Wolfy-J   Cycle DataMapper ORM   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Cycle DataMapper ORM
Store and retrieve objects in a database using ORM
Author: By
Last change:
Date: 4 years ago
Size: 719 bytes
 

Contents

Class file image Download

CHANGELOG

v1.1.9 (28.08.2019)

  • added ability to easier query nested relations inside `with`->`where` conditions
  • added ability overwrite default loader method when no options are set

v1.1.8 (13.08.2019)

  • CS: @invisible renamed to @internal

v1.1.7 (16.07.2019)

  • DatabaseMapper will not generate new PK if value has been set by user

v1.1.6 (02.07.2019)

  • minor CS (is_null => === null, !empty => === type)
  • ORM->get() and Heap->find() can now accept multiple kv pairs (search is still done using first pair) for future composite key support

v1.1.5 (24.06.2019)

  • first public release with documentation