Skip to content

Releases: bensheldon/activerecord-has_some_of_many

v1.2.0

12 Sep 15:22
301f328
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • build: only include the needed parts of the Rails meta-gem by @bf4 in #11

New Contributors

  • @bf4 made their first contribution in #11

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Sep 00:47
8677033
Compare
Choose a tag to compare

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

Full Changelog: v1.0.1...v1.1.0

v1.0.1

31 Jul 19:48
d042b07
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Jul 16:44
f04e04e
Compare
Choose a tag to compare

Review the Changelog for more details.

What's Changed

  • Implement has_one_of_many and has_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, and limit to fix in_batches queries by @bensheldon in #5

New Contributors

Full Changelog: https://github.com/bensheldon/activerecord-has_some_of_many/commits/v1.0.0