This repository was archived by the owner on May 12, 2022. It is now read-only.
Releases: brokencube/automatorm
Releases · brokencube/automatorm
3.0.0.1
Fixing Query::run()
Breaking change -> Removal of HodgePodge
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+
Updated db code to use new HodgePodge 3.0 branch - breaking change.
1.1.1.0: Minor improvements to Dump class
* 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
1.1.0.3 Fixed a "bug" where a grouped ->$var 1-M property call did not store …
1.1.0.2
Minor cleanup and fixing some Warnings
1.1.0.1: New "Cache Clearing" code wasn't clearing enough properties!
Updated Dump output to bypass local property cache
Function Call reduction
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
1.0.1.0 I'm a moron. Final fix (hopefully)
1.0.0.4
........ more fixes :(