mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Support for 'fields' option in minimongo. Observe on the fields certain fields will fire 'change' events only if one of watched fields changed. Note: in minimongo observe, granularity of diff is one level. Meaning, watching for changes at 'foo.bar' may fire even if 'foo.bar' didn't change. Fixes #1287.