Releases: johnnyshields/mongoid_monkey
Releases · johnnyshields/mongoid_monkey
0.3.2
0.3.1
0.3.1
- Use Array#wrap with
$each
method to be safe.
0.3.0
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: Acknowledgedw: 1
to database (and notsafe: true
).
0.2.5
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
0.2.4
- Support aliases for index options.
0.2.3
0.2.3
- Backport valid index options from Mongoid 6.
0.2.0
0.1.4
- Add atomic persistence support for Mongoid 3 (previously only contextual was supported).
0.1.3
- Support index-related Rake tasks.
- Refactor if statements to be inside individual patch files for clarity.
0.1.2
- More index support, port index-related tests from Mongoid lib.