charcoal-object 0.7.0
MAJOR BREAKING
This version of charcoal-object uses the latest changes to charcoal-config (0.10.0) which allows Model getters to use getFoo()
instead of foo()
.
The best way to ensure code compatibility is to use the standard ArrayAccess getters instead of calling the method.