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 6fa2877 commit a5b735dCopy full SHA for a5b735d
README.md
@@ -519,6 +519,7 @@ end
519
520
## Release notes
521
522
+* v0.3.1: Improve performance of loading included relationships.
523
* v0.3.0: Add top-level `meta` support.
524
* v0.2.6: Add `base_url` support.
525
* v0.2.5: Allow disabling ambiguous collection checks for Sequel support.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.3.0'
+ VERSION = '0.3.1'
4
end
5
0 commit comments