Palindrom / JSONPatcherProxy

ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
94 stars 14 forks source link

Optional callback #30

Closed jonahbron closed 5 years ago

jonahbron commented 5 years ago

Incidentally includes #29, that one should be merged first. This PR makes the callback argument optional in the type def, since that's how the implementation is.

jonahbron commented 5 years ago

@alshakero any thoughts on this one as well?

jonahbron commented 5 years ago

@alshakero I removed that other commit to keep them separate.

jonahbron commented 5 years ago

All of my PRs are now completely distinct from each-other, you can safely pick and choose what you want.