active_model_serializers/CHANGELOG.md
2015-06-18 19:17:44 -03:00

12 lines
540 B
Markdown

### 0.10.0
* adds adapters pattern
* adds support for `meta` and `meta_key` [@kurko]
* adds method to override association [@kurko]
* adds `has_one` attribute for backwards compatibility [@ggordon]
* adds JSON API support 1.0 [@benedikt]
* adds fragment cache support [@joaomdmoura]
* adds cache support to attributes and associations [@joaomdmoura]
* uses model name to determine the type [@lsylvester]
* remove root key option and split JSON adapter [@joaomdmoura]
* adds FlattenJSON as default adapter [@joaomdmoura]