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 717173d commit 3833da2Copy full SHA for 3833da2
README.md
@@ -652,6 +652,7 @@ end
652
653
## Release notes
654
655
+* v0.6.3: Fix support for underscore-formatted attribute names.
656
* v0.6.2: Internal style updates and performance fixes.
657
* v0.6.1: Spec compliance fix, include intermediate resources on compound documents.
658
* v0.6.0: Support for polymorphic collections and inheriting serializer attributes.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.6.2'
+ VERSION = '0.6.3'
4
end
5
0 commit comments