Sha256: 4bf15be5bd65b992e20e96daad55298d8c5f71f6c0116860c0ea25881dc71292

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

## 0.3.0 (2021-08-12)

- Raise `ActiveRecord::UnknownAttributeReference` for non-attribute arguments
- Raise `ArgumentError` for too many arguments with enumerable
- Removed `uniq` option (use `distinct` instead)
- Dropped support for Active Record < 5.2 and Ruby < 2.6

## 0.2.4 (2020-09-07)

- Added warning for non-attribute argument
- Added deprecation warning for `uniq`

## 0.2.3 (2020-06-18)

- Dropped support for Active Record 4.2 and Ruby 2.3
- Fixed deprecation warning in Ruby 2.7

## 0.2.2 (2019-08-12)

- Added support for Mongoid

## 0.2.1 (2019-08-04)

- Added support for arrays and hashes

## 0.2.0 (2017-03-19)

- Use keyword arguments

## 0.1.4 (2016-02-04)

- Added `distinct` option to replace `uniq`

## 0.1.3 (2015-06-18)

- Fixed `min` option with `uniq`

## 0.1.2 (2014-11-05)

- Added `min` option

## 0.1.1 (2014-07-02)

- Added `uniq` option
- Fixed `Model.limit(n).top`

## 0.1.0 (2014-06-11)

- No changes, just bump

## 0.0.4 (2014-06-11)

- Added support for multiple groups
- Added `nil` option

## 0.0.3 (2014-06-11)

- Fixed escaping

## 0.0.2 (2014-05-29)

- Added `limit` parameter

## 0.0.1 (2014-05-11)

- First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hightop-0.3.0 CHANGELOG.md