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 251680b commit fb4cc93Copy full SHA for fb4cc93
README.md
@@ -527,6 +527,7 @@ end
527
528
## Release notes
529
530
+* v0.4.0: Support for declaring multiple `attributes`.
531
* v0.3.1: Improve performance of loading included relationships.
532
* v0.3.0: Add top-level `meta` support.
533
* v0.2.6: Add `base_url` support.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.3.1'
+ VERSION = '0.4.0'
4
end
5
0 commit comments