All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.0 Changes
- โ Adding support for Rails 5 (@vkill #24, @camertron #26)
-
v2.2.0 Changes
- โ Adding polymorphic join support for Rails 4.2.
-
v2.1.1 Changes
- ๐ Fixing issue causing ArelTable instances to get returned when accessing records inside an ActiveRecord::Relation. (@svoynow, #18)
-
v2.1.0 Changes
- โ Adding support for Rails 4.2 (@hasghari, github issue #12)
-
v2.0.2 Changes
- ๐ Fix issue causing CollectionProxy#[] to return Arel::Attribute objects instead of model instances. See https://github.com/camertron/arel-helpers/pull/11
-
v2.0.1 Changes
- Define ArelHelpers.join_association so people can use join_association functionality without relying on autoloading. (@peeja, github issue #8)
-
v2.0.0 Changes
- ๐ Turning JoinAssociation into an ActiveSupport::Concern (breaks backwards compatibility).
-
v1.2.0 Changes
- โ Adding Rails 4 support.
-
v1.1.0 Changes
- โ Adding the QueryBuilder class.
-
v1.0.0 Changes
- Birthday! Includes join_association and arel_table helpers.