v0.5.0
- BREAKING CHANGE: 
createFindnow returns an array of Stores by default. This enables components with a<For>loop to react at a fine-grained level to specific fields of documents, instead of an "all or nothing" change, and it enables the re-use of old components with matching_idfields (similar to Blaze andreact-meteor-data). To restore the old "all or nothing" behavior, pass an option ofnoStore: false. (#6) - When the cursor passed to 
createFindchanges reactively,createFindnow tries to reconcile the new document set with the old one, again re-using old documents with matching_ids and enabling fine-grained reactivity. For example, if all you do is change the sort order of the query, nothing will re-render except the<For>order. (#1) createFindless often triggers an update when transitioning between empty lists.
Full Changelog: v0.4.0...v0.5.0