mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 14:29:31 +00:00
700 B
700 B
0.10.0
- adds adapters pattern
- adds support for
metaandmeta_key[@kurko] - adds method to override association [@kurko]
- adds
has_oneattribute 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]
- adds support for
pagination linksat top level of JsonApi adapter [@bacarini] - adds extended format for
includeoption to JSONAPI adapter [@beauby]