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 b65291c commit 54d6e63Copy full SHA for 54d6e63
README.md
@@ -549,6 +549,7 @@ end
549
550
## Release notes
551
552
+* v0.5.0: Support for explicit serializer discovery.
553
* v0.4.0: Support for declaring multiple `attributes`.
554
* v0.3.1: Improve performance of loading included relationships.
555
* v0.3.0: Add top-level `meta` support.
lib/jsonapi-serializers/version.rb
@@ -1,5 +1,5 @@
1
module JSONAPI
2
module Serializer
3
- VERSION = '0.4.0'
+ VERSION = '0.5.0'
4
end
5
0 commit comments