This repository was archived by the owner on May 12, 2022. It is now read-only.
Releases: brokencube/automatorm
Releases · brokencube/automatorm
0.10
Data objects now have internal store so that $external is not thrown …
Added a cache function to Model::find()
0.9.4 Adding cache clause to Model::find
Minor improvement to $collection->toArray()
Allow $key in toArray to be null. Minor code style cleanup.
Additional fixes to previous release
Fixed a few problems caused by renaming variable in previous release.
Minor breaking change
Some pivot table property names where the pivot table column name is not derived from the foreign key's table name will have changed to ensure M-M property names are unique.
Dependency update
Now depends on Hodgepodge 2.* not 2.0.*
Minor bug fix
"Fix Many-to-One counts being incorrect because groupJoin call returned duplicates."
Major Time bug fix
Bug caused by Core\Query and Orm\Time no longer being in the same namespace.
Linked to new Hodgepodge lib version
0.9.1 Automatorm now relies on hodgepodge 2.0
Current in-use version of code.
Will move to 1.0 once the code has gone through a clean-up and re-commenting cycle.
Plan for 1.1 is testing of some sort.