steveluscher / knockout.meteor

A Knockout-to-Meteor bridge
http://steveluscher.github.com/knockout.meteor
MIT License
66 stars 10 forks source link

Dynamic finders #3

Closed kenpratt closed 12 years ago

kenpratt commented 12 years ago

Hey Steve,

In addition to the dynamic funder stuff, I added some detection to the querying so that findOne is more clever as to whether it maps into the existing object or creates a new object to stick in the observable (using options.mapping.key). So now you actually get an event on the observable when the object changes identity instead of just getting change events on all the properties of that object.

-Ken

steveluscher commented 12 years ago

Thank you!