Skip to content

Releases: jeremyharris/cakephp-lazyload

Version 2.0.0

28 Oct 14:38
0930d24
Compare
Choose a tag to compare

This release contains the following fixes:

  • Fixed error when lazy loading associations that don't exist in the table
  • Fixed infinite loop when loading nullable associations
  • Fixed reloading associations after unsetProperty
  • Supporting ORM's usage of array in has()

Possible breaking change:

  • Support for get('property'). Erring on the side of caution, I chose to release this as a major version in case user entities were previously overriding get().

Version 1.0.2

28 Oct 14:36
b6e7635
Compare
Choose a tag to compare

This release contains the following fixes:

  • Fixed error when lazy loading associations that don't exist in the table
  • Fixed infinite loop when loading nullable associations
  • Fixed reloading associations after unsetProperty
  • Supporting ORM's usage of array in has()