oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.
Other
263 stars 80 forks source link

Added 'new fields' to the changed observer #47

Closed jamesmacfie closed 9 years ago

jamesmacfie commented 9 years ago

I found that also having access to what the new value of a collection property's object is can be helpful. I have added it to the end of the changed observer callback so that I don't break the existing API.

I have also extended the changed test to reflect the new callback arguments

emgee3 commented 9 years ago

Thx, published.