yapplabs / ember-buffered-proxy

An Ember Proxy the enables change buffering
MIT License
166 stars 31 forks source link

Add .hasChanged(key) method #29

Closed thoov closed 7 years ago

thoov commented 7 years ago

Find if an individual key has changed or return false.

lukemelia commented 7 years ago

Looks good, @thov. Thanks! Can you add example usage to the example code on the README? Then I think this is good to go if @blimmer agrees.

thoov commented 7 years ago

@lukemelia Will do

lukemelia commented 7 years ago

Thanks @thoov!