All Versions
15
Latest Version
Avg Release Cycle
189 days
Latest Release
985 days ago

Changelog History
Page 1

  • v0.3.0 Changes

    August 12, 2021
    • Raise ActiveRecord::UnknownAttributeReference for non-attribute arguments
    • Raise ArgumentError for too many arguments with arrays and hashes
    • ✂ Removed uniq option (use distinct instead)
    • ⬇️ Dropped support for Active Record < 5.2 and Ruby < 2.6
  • v0.2.4 Changes

    September 07, 2020
    • ➕ Added warning for non-attribute argument
    • ➕ Added deprecation warning for uniq
  • v0.2.3 Changes

    June 18, 2020
    • ⬇️ Dropped support for Active Record 4.2 and Ruby 2.3
    • 🛠 Fixed deprecation warning in Ruby 2.7
  • v0.2.2 Changes

    August 12, 2019
    • ➕ Added support for Mongoid
  • v0.2.1 Changes

    August 05, 2019
    • ➕ Added support for arrays and hashes
  • v0.2.0 Changes

    March 20, 2017
    • 👉 Use keyword arguments
  • v0.1.4 Changes

    February 04, 2016
    • ➕ Added distinct option to replace uniq
  • v0.1.3 Changes

    June 18, 2015
    • 🛠 Fixed min option with uniq
  • v0.1.2 Changes

    November 06, 2014
    • ➕ Added min option
  • v0.1.1 Changes

    July 03, 2014
    • ➕ Added uniq option
    • 🛠 Fixed Model.limit(n).top