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 1a1d122 commit 581d41bCopy full SHA for 581d41b
README.md
@@ -648,6 +648,7 @@ end
648
649
## Release notes
650
651
+* v0.6.0: Support for polymorphic collections and inheriting serializer attributes.
652
* v0.5.0: Support for explicit serializer discovery.
653
* v0.4.0: Support for declaring multiple `attributes`.
654
* v0.3.1: Improve performance of loading included relationships.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.5.0'
+ VERSION = '0.6.0'
4
end
5
0 commit comments