All Versions
23
Latest Version
Avg Release Cycle
39 days
Latest Release
1242 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.2.1 Changes
May 06, 2018⚡️ Changed how where clause is required. This is to hopefully future proof the next minior update to ActiveRecord.
-
v0.2.0 Changes
May 06, 2018➕ Added ActiveRecord Where Chain Functionality
- .where.any_of
- .where.none_of
Major thanks to Olivier El Mekki author of ActiveRecord AnyOf
-
v0.1.1 Changes
May 02, 2018➕ Added ActiveRecord Where Chain Functionality:
- .where.overlap
- .where.contained_within
- .where.contained_within_or_equals
- .where.contains_or_equals
- .where.any/1
- .where.all/1
Major thanks to Dan McClain author of Postgres Ext
➕ Added ActiveRecord Base Extentions
- .either_order/2
- .either_join/2