Commit Graph

6 Commits

Author SHA1 Message Date
matt debergalis
8eeba106c5 add david 2012-02-10 13:14:16 -08:00
matt debergalis
048f39ca23 bump 2012-02-09 15:03:57 -08:00
matt debergalis
289818615c document findOne() 2012-02-06 18:58:31 -08:00
matt debergalis
6a0831d9b0 Align Minimongo and MongoDB semantics.
* remove() removes all documents in collection (previously, had to
  explicitly pass {} selector to MM).

* update() requires {multi: true} to update multiple documents.
  Previously we defaulted to true, now multi defaults to false.
2012-02-06 18:17:53 -08:00
matt debergalis
32d1e985a6 Document status states. 2012-02-02 17:26:04 -08:00
matt debergalis
0b3907a476 Import Meteor documentation 2012-02-02 17:20:07 -08:00