Skip to content

Releases: johnnyshields/mongoid_monkey

0.3.2

08 Jan 09:56
f2ef91b
Compare
Choose a tag to compare

0.3.2

  • Refactor "push_each.rb" patch.

0.3.1

07 Jan 18:42
98bdf06
Compare
Choose a tag to compare

0.3.1

  • Use Array#wrap with $each method to be safe.

0.3.0

07 Jan 13:13
26c031b
Compare
Choose a tag to compare

0.3.0

  • Replace $pushAll with $push + $each.
  • Aggregate methods (max, sum, etc) must use cursor in MongoDB 3.6+.
  • Config safe: true should send WriteConcern: Acknowledged w: 1 to database (and not safe: true).

0.2.5

26 Feb 08:35
Compare
Choose a tag to compare

0.2.5

  • Improvements to :touch callback support on :embedded_in.
  • Backport fix to an infinite loop issue related to :touch callbacks from Mongoid 6.

0.2.4

21 Feb 17:54
Compare
Choose a tag to compare

0.2.4

  • Support aliases for index options.

0.2.3

21 Feb 16:49
Compare
Choose a tag to compare

0.2.3

  • Backport valid index options from Mongoid 6.

0.2.0

23 Jan 20:26
Compare
Choose a tag to compare

0.2.0

  • Backport PR #4299 from Mongoid 6 to Mongoid 3 which fixes #only, #without, and #pluck with localized fields.

0.1.4

11 Mar 19:56
Compare
Choose a tag to compare
  • Add atomic persistence support for Mongoid 3 (previously only contextual was supported).

0.1.3

06 Mar 10:26
Compare
Choose a tag to compare
  • Support index-related Rake tasks.
  • Refactor if statements to be inside individual patch files for clarity.

0.1.2

06 Mar 09:14
Compare
Choose a tag to compare
  • More index support, port index-related tests from Mongoid lib.