Releases: bensheldon/activerecord-has_some_of_many
Releases · bensheldon/activerecord-has_some_of_many
v1.2.0
v1.1.0
Review the Changelog for more details.
What's Changed
- Support self-referencing relations where the children are the same model as the parent by @bensheldon in #10
New Contributors
- @carlosantoniodasilva made their first contribution in #7
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Review the Changelog for more details.
What's Changed
- Fix require
version.rb
path by @bensheldon in #6
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Review the Changelog for more details.
What's Changed
- Implement
has_one_of_many
andhas_some_of_many
by @bensheldon in #1 - Extract build methods by @bensheldon in #2
- Ensure foreign_key_alias is in select columns when columns are enumerated because of ignored_columns by @bensheldon in #3
- Rescope to remove
where
,order
, andlimit
to fixin_batches
queries by @bensheldon in #5
New Contributors
- @bensheldon made their first contribution in #1
Full Changelog: https://github.com/bensheldon/activerecord-has_some_of_many/commits/v1.0.0