gullerya / object-observer

Object Observer functionality of JavaScript objects/arrays via native Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up the patching source code

gullerya opened this issue · comments

As part of issue #111 the observe and unobserve methods are no longer needed to be set on the observable.
From the v4.8.0 their static counterparts were added to the Observable object self.

I'd like to remove this part completely from v5 (breaking change), since we also may gain some performance improvements here.

Released as part of 5.0.0.