Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 1.36 KB

CHANGELOG

  • Unreleased - View Diff

    • Nothing yet
  • v0.9.5 - Feb 13, 2023 - View Diff

    • #1 - Utilize active_record lazy loading
  • v0.9.4 - Dec 20, 2021 - View Diff

    • Improve error handling for sort_col_sql argument
  • v0.9.3 - Oct 13, 2021 - View Diff

    • Allow ability to sort on multiple fields
  • v0.9.2 - Apr 28, 2021 - View Diff

    • Fix deprecation warning in Rails 6.1 for reorder(nil)
  • v0.9.1 - Jan 31, 2021 - View Diff

    • General Improvements
    • Add Github Actions CI supporting multiple version of Ruby, Rails and multiple databases types
    • Fix bugs with Rails 5.0 and 5.1
    • Limit supports to Rails 5.0+. Tests were showing some failures with Rails 4.2 so I dropped it.
  • v0.9.0 - Jan 29, 2021 - View Diff

    • Initial Release