active_model_serializers/CHANGELOG.md
João Moura 792fb8a905 Adding Fragment Cache to AMS
It's an upgrade based on the new Cache implementation #693.
It allows to use the Rails conventions to cache
specific attributes or associations.
It's based on the Cache Composition implementation.
2015-04-05 18:19:57 -03:00

356 B

0.10.0

  • adds support for meta and meta_key [@kurko]
  • adds method to override association [adcb99e, @kurko]
  • adds has_one attribute for backwards compatibility [@ggordon]
  • updates JSON API support to RC3 [@mateomurphy]
  • adds fragment cache support [@joaomdmoura]
  • adds cache support to attributes and associations [@joaomdmoura]