mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
history update
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
`{a: [{x: 0, y: 5}, {x: 1, y: 3}]}`, because the 3 should not be used as a
|
||||
tie-breaker because it is not "next to" the tied 0s.
|
||||
|
||||
* minimongo: Fix sort implementation when selector and sort key share a field,
|
||||
that field matches an array in the document, and only some values of the array
|
||||
match the selector. eg, ensure that with sort key `{a: 1}` and selector
|
||||
`{a: {$gt: 3}}`, the document `{a: [4, 6]}` sorts before `{a: [1, 5]}`,
|
||||
because the 1 should not be used as a sort key because it does not match the
|
||||
selector. (We only approximate the MongoDB behavior here by only supporting
|
||||
relatively selectors.)
|
||||
|
||||
* Use `faye-websocket` (0.7.2) npm module instead of `websocket` (1.0.8) for
|
||||
server-to-server DDP.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user