Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Releases: brokencube/automatorm

0.10

03 Mar 15:20
Compare
Choose a tag to compare
Data objects now have internal store so that $external is not thrown …

Added a cache function to Model::find()

12 Feb 11:02
Compare
Choose a tag to compare
0.9.4

Adding cache clause to Model::find

Minor improvement to $collection->toArray()

09 Oct 13:57
Compare
Choose a tag to compare
Allow $key in toArray to be null.

Minor code style cleanup.

Additional fixes to previous release

29 Sep 15:51
Compare
Choose a tag to compare

Fixed a few problems caused by renaming variable in previous release.

Minor breaking change

29 Sep 15:21
Compare
Choose a tag to compare

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

17 Sep 10:46
Compare
Choose a tag to compare

Now depends on Hodgepodge 2.* not 2.0.*

Minor bug fix

10 Sep 15:01
Compare
Choose a tag to compare

"Fix Many-to-One counts being incorrect because groupJoin call returned duplicates."

Major Time bug fix

03 Sep 10:08
Compare
Choose a tag to compare

Bug caused by Core\Query and Orm\Time no longer being in the same namespace.

Linked to new Hodgepodge lib version

03 Sep 09:16
Compare
Choose a tag to compare
0.9.1

Automatorm now relies on hodgepodge 2.0

Current in-use version of code.

03 Sep 08:42
Compare
Choose a tag to compare

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.