Releases: jeremyharris/cakephp-lazyload
Releases · jeremyharris/cakephp-lazyload
Version 2.0.0
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 overridingget()
.
Version 1.0.2
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()