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

Releases: brokencube/automatorm

3.0.0.1

24 May 15:27
Compare
Choose a tag to compare
Fixing Query::run()

Breaking change -> Removal of HodgePodge

24 May 14:44
Compare
Choose a tag to compare

As of this release, Automatorm no longer uses the HodgePodge library to provide database access - this functionality has been merged into this project, along with a whole host of other improvements (including a standalone SQL builder)

Breaking change -> HodgePodge 3.0+

30 Mar 12:57
Compare
Choose a tag to compare

Updated db code to use new HodgePodge 3.0 branch - breaking change.

1.1.1.0: Minor improvements to Dump class

29 Mar 16:19
Compare
Choose a tag to compare
* Added ability to link (<a>) between database object in Dump output (e.g. /debug/project/1 -> /debug/user/1)

Minor improvement to grouped property calls

28 Jan 11:23
Compare
Choose a tag to compare
1.1.0.3

Fixed a "bug" where a grouped ->$var 1-M property call did not store …

1.1.0.2

04 Jan 10:43
Compare
Choose a tag to compare
Minor cleanup and fixing some Warnings

1.1.0.1: New "Cache Clearing" code wasn't clearing enough properties!

30 Nov 13:32
Compare
Choose a tag to compare
Updated Dump output to bypass local property cache

Function Call reduction

17 Nov 10:12
Compare
Choose a tag to compare

Accesses to Data objects are now cached in the Model object - in one case this reduced __get() and *_exists() calls from 143K calls down to 67K.

Squashed last few versions

30 Sep 10:36
Compare
Choose a tag to compare
1.0.1.0

I'm a moron. Final fix (hopefully)

1.0.0.4

30 Sep 10:24
Compare
Choose a tag to compare
........ more fixes :(