Skip to content

Releases: TwilightCoders/data_tables-responder

v0.5.0rc1

22 Dec 18:29
Compare
Choose a tag to compare
v0.5.0rc1 Pre-release
Pre-release
  • Added support for UUID
  • Support (tests) for Rails 4.1 through 5.1
  • Support (tests) for Ruby 2.3 - 2.4

v0.4.2

22 Dec 18:30
Compare
Choose a tag to compare
  • More standardized interface for modules
  • Improved support for integers

v0.4.1

22 Dec 18:30
Compare
Choose a tag to compare
  • Fixes bug where quick_count was not loaded

v0.4.0

22 Dec 18:35
Compare
Choose a tag to compare
  • Fixes bug where table could be joined multiple times
  • Improved search routine
  • Fixes issue with deep/nested ordering (ordered on the top level class by mistake)
  • count_estimate replaced with quick_count (includes a variant of count_estimate)

v0.3.2

22 Dec 18:34
Compare
Choose a tag to compare
  • Remove reliance on third-party "pagination"

v0.3.1

22 Dec 18:34
Compare
Choose a tag to compare
  • Improved determination of when to use count_estimate for large tables

v0.3.0

22 Dec 18:34
Compare
Choose a tag to compare
  • Significantly improves adapter injection to be less invasive
  • BREAKING CHANGE: Multiple searches are combined as AND instead of OR
  • Introduces count_estimate for improved performance on counting large tables
  • Fixes a bug where joining wasn’t persisting and the SQL ON condition was backwards
  • Allow for dynamic nested relations with smart outer joins

v0.2.2

22 Dec 18:32
Compare
Choose a tag to compare
  • Allow for dynamic nested relations with smarter outer-joins

v0.2.0

22 Dec 18:31
Compare
Choose a tag to compare
  • Handle column specific searching as well as "global" (default) searching
  • Can search on integer columns

v0.1.1

22 Dec 18:31
Compare
Choose a tag to compare
  • Use "outer joins" for more lenient filtering