Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 1.7 KB

CHANGELOG

v1.1.15 (02.10.2019)

  • the minimum PHP version is set as 7.2 as stated in the documentation
  • fixed typo THOUGH => THROUGH, old constants marked as deprecated

v1.1.14 (24.09.2019)

  • added shortcut to specify relation load constrains using load option

v1.1.13 (24.09.2019)

  • cyclic relations initialization only applied to non-resolved entity references
  • bugfix: entity columns and relations are no longer altered if entity fetched from database multiple times #33

v1.1.12 (19.09.2019)

  • joined filters are always called prior to joined loaders
  • ability to reference the column of joined relation in loaded relation where condition while using INLOAD
  • added constants for relation fetch methods Select::SINGLE_QUERY and Select::OUTER_QUERY

v1.1.11 (15.09.2019)

  • added support for Zend/Hydrator 3.0

v1.1.10 (14.09.2019)

  • Transaction object always empty after run method + docs

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