Skip to content

Releases: monade/active_queryable

0.4.2

03 Jun 13:42

Choose a tag to compare

Fixed

  • Bug when mixing scope and column-based ordering

0.4.1

28 Feb 09:19

Choose a tag to compare

Fixed

  • Unsupported keys passed to query_by are simply ignored with a debug log, instead of an error log

v0.4.0

20 Jan 23:20

Choose a tag to compare

Added

  • Support for rails 8
  • Default filter of_ids

Changed

  • Default when page is an object, per will be now ignored

Removed

  • Support for rails 5
  • Support for ruby 2.7

v0.3.1

12 Dec 08:51

Choose a tag to compare

Added

  • Yard documentation

Changed

  • Cleaner code

v0.3.0

11 Aug 07:48

Choose a tag to compare

Added

  • Implement expand_queryable to allow inheritance / composition
  • Support for rails 7

v0.2.0

02 Jul 14:14

Choose a tag to compare

It now supports JSON:API-styled pagination parameters page[number] and page[size]