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 399245f commit 836739aCopy full SHA for 836739a
README.md
@@ -662,6 +662,7 @@ end
662
663
## Release notes
664
665
+* v0.9.0: Add initial `serialize_errors` support.
666
* v0.8.0: Pass context through recursive relationships.
667
* v0.7.0: Support for root error objects.
668
* v0.6.5: Exclude attributes when empty.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.8.0'
+ VERSION = '0.9.0'
4
end
5
0 commit comments