Skip to content

Releases: tiagopog/jsonapi-utils

0.7.3

27 Apr 01:25
Compare
Choose a tag to compare

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

25 Apr 01:52
Compare
Choose a tag to compare
  • Add page_count into meta member to bring the amount of pages for a given query.

0.7.1

15 Jan 12:27
437319d
Compare
Choose a tag to compare
  • 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

16 Jul 16:52
Compare
Choose a tag to compare
  • 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

23 May 02:14
Compare
Choose a tag to compare
  • 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

30 Mar 02:30
Compare
Choose a tag to compare
0.6.0.beta Pre-release
Pre-release

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

13 Mar 02:51
Compare
Choose a tag to compare

Just a patch version to update the jsonapi-resources gem to v0.8.3

0.4.9

12 Mar 19:56
Compare
Choose a tag to compare

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

12 Mar 19:57
Compare
Choose a tag to compare

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

12 Mar 19:40
Compare
Choose a tag to compare

Up to v0.4.7 there was a bug where only the first field was being added to the list of custom_filters (#47).