2.8.0
Renamed #attributes to #to_attributes
Fixes #132
This is a small breaking change as there was a name collision on the report model/sub models (cell) that actually had the name nested attribute name of attribute
. This was causing a stack level error when rendering the report .to_json due to an unintended loop.
Bumping this only a .. version as it is fixing a live bug and not a net new breaking change.