Releases: tiagopog/jsonapi-utils
Releases · tiagopog/jsonapi-utils
Improvements in pagination
- Now it's possible to paginate a Array rather then only ActiveRecord_Relation objects;
- Included an option to force skipping pagination:
jsonapi_(serialize|render) resources, paginate: false
.
Add support to current version of jsonapi-resources
Now supporting jsonapi-resources
gem at versions ~> 0.7.0
.