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 c10a32e commit 44e4125Copy full SHA for 44e4125
README.md
@@ -439,6 +439,7 @@ end
439
440
## Release notes
441
442
+* v0.2.5: Allow disabling ambiguous collection checks for Sequel support.
443
* v0.2.4: Improve handling for nil relationship links.
444
* v0.2.3: Support serializers with no attributes.
445
* v0.2.2: Compliance fix for excluding empty relationship objects.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.2.4'
+ VERSION = '0.2.5'
4
end
5
0 commit comments