Skip to content

2.8.0

Compare
Choose a tag to compare
@SerKnight SerKnight released this 05 Mar 20:08
· 259 commits to master since this release
d645ae1

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.