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 8262c36 commit bef7a60Copy full SHA for bef7a60
README.md
@@ -662,6 +662,7 @@ end
662
663
## Release notes
664
665
+* v0.7.0: Support for root error objects.
666
* v0.6.5: Exclude attributes when empty.
667
* v0.6.4: Fix regression of including links when empty.
668
* v0.6.3: Fix support for underscore-formatted attribute names.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.6.5'
+ VERSION = '0.7.0'
4
end
5
0 commit comments