# CHANGELOG ## 1.1.0 * Add short query feature for simple belongs_to association. * Rename `_nested_scope_options` to `nested_scope_options`. * Remove support for active_record_union. ## 1.0.4 * Fix query for string value. ## 1.0.3 * Remove nil from polymorphic types. ## 1.0.2 * Fix query error when there are no records in polymorphic tables. ## 1.0.1 * Fix query for array value. ## 1.0.0 * First release.