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 003be87 commit 8d916a8Copy full SHA for 8d916a8
README.md
@@ -429,6 +429,7 @@ end
429
430
## Release notes
431
432
+* v0.2.3: Support serializers with no attributes.
433
* v0.2.2: Compliance fix for excluding empty relationship objects.
434
* v0.2.1: Compliance fix for self links.
435
* v0.2.0: Initial release with support for the final v1 JSON API spec.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.2.2'
+ VERSION = '0.2.3'
4
end
5
0 commit comments