All Versions
11
Latest Version
Avg Release Cycle
114 days
Latest Release
1458 days ago

Changelog History
Page 1

  • v0.7.3 Changes

    April 27, 2020

    ๐Ÿ”„ 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).
  • v0.7.2 Changes

    April 25, 2018
    • โž• Add page_count into meta member to bring the amount of pages for a given query.
  • v0.7.1 Changes

    January 15, 2018
    • Skips counting records with left join queries when doing eager load on associations;
    • Applies memoization on the count operation;
    • ๐Ÿ‘Œ Improves the test coverage.
  • v0.7.0 Changes

    July 16, 2017
    • 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.
  • v0.6.0 Changes

    May 23, 2017
    • ๐Ÿ‘ jsonapi-resourcesv0.9.0 is now officially supported;
    • Introduce a check on ActiveRecord::Base presence to ensure the gem can be more decoupled from ActiveRecord objects.
  • v0.6.0.beta Changes

    March 30, 2017

    ๐Ÿš€ 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.

  • v0.5.2 Changes

    March 13, 2017

    ๐Ÿš€ Just a patch version to update the jsonapi-resources gem to v0.8.3

  • v0.5.1 Changes

    March 12, 2017

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

  • v0.5.0 Changes

    March 12, 2017

    Major features:

    • โšก๏ธ Update of jsonapi-resources to v0.8.0;
    • ๐Ÿ‘Œ Support for Rails 5;
    • ๐Ÿ‘Œ Support for custom filters and custom paginators;
    • ๐Ÿ‘Œ Support for dasherized and camelized format keys.

    ๐Ÿ›  Major bug fixes:

    • ๐Ÿ›  Fix double request parsing for default actions;
    • ๐Ÿ‘‰ Use the proper key format for filter and sort operations.
  • v0.4.9 Changes

    March 12, 2017

    ๐Ÿš€ 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).