yapplabs / ember-buffered-proxy

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

Fix buffer notification on changes discard #53

Closed tniezurawski closed 4 years ago

tniezurawski commented 4 years ago

I realized that the buffer doesn't notify about changes on the discardBufferedChanges method. I added a test that shows that. A computed property that depends on the buffered property is not notified about the change and it doesn't recompute on discardBufferedChanges action.