Releases: TwilightCoders/data_tables-responder
Releases · TwilightCoders/data_tables-responder
v0.5.0rc1
- Added support for
UUID
- Support (tests) for Rails 4.1 through 5.1
- Support (tests) for Ruby 2.3 - 2.4
v0.4.2
- More standardized interface for modules
- Improved support for integers
v0.4.1
- Fixes bug where
quick_count
was not loaded
v0.4.0
- 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
- Remove reliance on third-party "pagination"
v0.3.1
- Improved determination of when to use
count_estimate
for large tables
v0.3.0
- 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
- Allow for dynamic nested relations with smarter outer-joins
v0.2.0
- Handle column specific searching as well as "global" (default) searching
- Can search on integer columns
v0.1.1
- Use "outer joins" for more lenient filtering