- #51 hash equality works corectly with
Origin::Key
s (Gerad Suyderhoud)
{ :foo.all => [1, 2] } == { :foo.all => [1, 2] } #=> true
- #45 Fixed $not query negation with regular expressions. (Andrew Bennett)
- #44 Fixed serialization on deeply nested $and and $or queries. (Egor Lynko)
- #40 Allow $elemMatch queries to be expanded in where clauses, not just elem_match method calls.
- #40 Allow $elemMatch queries to be expanded.
- #39 Fixed errors when using forwarding when active support is not present.
- mongoid/mongoid#2170 Multi selection ($and/$or) now properly concats when merging two criteria.
- mongoid/mongoid#2165 Multi selection ($and/$or) now takes into account field aliases.
-
#38 Fixed issues around UTC time conversion of dates and date times:
DateTimes
already in UTC are not converted to UTC again.Dates
properly convert directly to UTC from numeric values.