All Versions
11
Latest Version
Avg Release Cycle
114 days
Latest Release
1066 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.3 Changes
April 27, 2020 -
v0.7.2 Changes
April 25, 2018- โ Add
page_count
intometa
member to bring the amount of pages for a given query.
- โ Add
-
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.
- Fixes the way it works with the
- Array collections:
- Fix the order of applying sort and pagination methods.
- Perfomance:
- General improvements with the use of proper memoizations.
- Errors:
-
v0.6.0 Changes
May 23, 2017- ๐
jsonapi-resources
v0.9.0
is now officially supported; - Introduce a check on
ActiveRecord::Base
presence to ensure the gem can be more decoupled fromActiveRecord
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 tov0.8.3
-
v0.5.1 Changes
March 12, 2017Up 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, 2017Major features:
- โก๏ธ Update of
jsonapi-resources
tov0.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.
- โก๏ธ Update of
-
v0.4.9 Changes
March 12, 2017๐ This patch release brings the following updates: