Releases: tiagopog/jsonapi-utils
Releases · tiagopog/jsonapi-utils
0.7.3
Changelog
Improvements
- Add support to JR's version 0.9.11 (#105).
Features
- Add support to manually pass the source resource in actions for related resources. This helps achieving proper URLs at the pagination fields if necessary (#72).
0.7.2
- Add
page_count
into meta
member to bring the amount of pages for a given query.
0.7.1
- Skips counting records with left join queries when doing eager load on associations;
- Applies memoization on the count operation;
- Improves the test coverage.
0.7.0
- Errors:
- Fixes the way it works with the
title
member;
- Added the
detail
member.
- Array collections:
- Fix the order of applying sort and pagination methods.
- Perfomance:
- General improvements with the use of proper memoizations.
0.6.0
jsonapi-resources
v0.9.0
is now officially supported;
- Introduce a check on
ActiveRecord::Base
presence to ensure the gem can be more decoupled from ActiveRecord
objects.
0.6.0.beta
The JR's v0.9.0
brings some breaking changes along with a lot of bug fixes. It's recommended to check its changelog before updating JU.
0.5.2
Just a patch version to update the jsonapi-resources
gem to v0.8.3
0.4.9
This patch release brings the following updates:
- Bump up
jsonapi-resources
version to v0.8.0
in order to fix an issue with one-to-one relationships and additionally it brings a lot of other bug fixes of the gem itself (#53);
- Fixes the double instantiation on the
@request
instance variable (#28 and #44).
0.5.1
Up to v0.5.0
there was a bug where only the first field was being added to the list of custom_filters (#47).
0.4.8
Up to v0.4.7
there was a bug where only the first field was being added to the list of custom_filters
(#47).