Skip to content

Releases: cacheventures/mongoid_includes

v1.1.1

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:31

What's Changed

  • Fix bug with nested includes when the related document is nil.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:32

What's Changed

  • Fix bug with optional polymorphic belongs_to relations where the name of the relation does not match an actual class name.

Full Changelog: v1.0.5...v1.1.0

v1.0.5

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:33

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:33

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:33

What's Changed

  • Add support for Mongoid 5.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:34

What's Changed

  • Fix error when using merge or merge! with a criteria and includes.
  • Replace the internal structure with a Set to be more robust when avoiding duplicate relations.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:34

What's Changed

  • Fix error when using merge or merge! with a criteria and includes.
  • Replace the internal structure with a Set to be more robust when avoiding duplicate relations.

Full Changelog: 1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@jclusso jclusso released this 04 Sep 18:35

What's Changed

  • Initial Version.

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