We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edd39d commit 881edd2Copy full SHA for 881edd2
CHANGELOG.md
@@ -3,6 +3,9 @@
3
Breaking changes:
4
5
Features:
6
+- [#1650](https://github.com/rails-api/active_model_serializers/pull/1650) Fix serialization scope options `scope`, `scope_name`
7
+ take precedence over `serialization_scope` in the controller.
8
+ Fix tests that required tearing down dynamic methods. (@bf4)
9
- [#1644](https://github.com/rails-api/active_model_serializers/pull/1644) Include adapter name in cache key so
10
that the same serializer can be cached per adapter. (@bf4 via #1346 by @kevintyll)
11
- [#1642](https://github.com/rails-api/active_model_serializers/pull/1642) Prefer object.cache_key over the generated
0 commit comments