mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
s/arguments/options/ in history.md
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
* You can now provide a `transform` option to collections, which is a
|
||||
function that documents coming out of that collection are passed
|
||||
through. `find`, `findOne`, `allow`, and `deny` now take `transform` arguments,
|
||||
through. `find`, `findOne`, `allow`, and `deny` now take `transform` options,
|
||||
which may override the Collection's `transform`. Specifying a `transform`
|
||||
of `null` causes you to receive the documents unmodified.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user