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 b013ab4 commit a58a876Copy full SHA for a58a876
README.md
@@ -652,6 +652,7 @@ end
652
653
## Release notes
654
655
+* v0.6.1: Spec compliance fix, include intermediate resources on compound documents.
656
* v0.6.0: Support for polymorphic collections and inheriting serializer attributes.
657
* v0.5.0: Support for explicit serializer discovery.
658
* v0.4.0: Support for declaring multiple `attributes`.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.6.0'
+ VERSION = '0.6.1'
4
end
5
0 commit comments