Skip to content

charcoal-object 0.7.0

Compare
Choose a tag to compare
@mducharme mducharme released this 24 Jul 15:06
· 36 commits to master since this release

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.