You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adapters now inherit Adapter::Base. 'Adapter' is now a module, no longer a class.
@@ -26,7 +27,6 @@ Features:
26
27
CollectionSerializer for clarity, add ActiveModelSerializers.config.collection_serializer (@bf4)
27
28
28
29
Fixes:
29
-
-[#1360](https://github.com/rails-api/active_model_serializers/pull/1360) Update Travis CI build matrix with ruby 2.2.3 supporting rails5 (@karaAJC)
30
30
-[#1239](https://github.com/rails-api/active_model_serializers/pull/1239) Fix duplicates in JSON API compound documents (@beauby)
31
31
-[#1214](https://github.com/rails-api/active_model_serializers/pull/1214) retrieve the key from the reflection options when building associations (@NullVoxPopuli, @hut8)
32
32
-[#1358](https://github.com/rails-api/active_model_serializers/pull/1358) Handle serializer file paths with spaces (@rwstauner, @bf4)
@@ -44,6 +44,7 @@ Misc:
44
44
-[#1166](https://github.com/rails-api/active_model_serializers/pull/1166) Prefer methods over instance variables (@bf4)
45
45
-[#1168](https://github.com/rails-api/active_model_serializers/pull/1168) Fix appveyor failure cache not being expired (@bf4)
46
46
-[#1161](https://github.com/rails-api/active_model_serializers/pull/1161) Remove duplicate test helper (@bf4)
47
+
-[#1360](https://github.com/rails-api/active_model_serializers/pull/1360) Update CI to test 2.2.2 -> 2.2.3 (@karaAJC)
47
48
48
49
### v0.10.0.rc3 (2015/09/16 15:19 +00:00)
49
50
-[#1129](https://github.com/rails-api/active_model_serializers/pull/1129) Remove SerializableResource.serialize in favor of `.new` (@bf4)
0 commit comments