This improves proxyWithComputed
. No changes in API, but its behavior is changed and simplified. To have the same behavior as before, you need to wrap computed functions with memoize
from proxy-memoize
. It's more explicit and thus customizable.
What's Changed
- fix(vanilla): use named symbol in DEV mode by @ahaoboy in #434
- breaking(utils): make proxyWithComputed to work with optional proxy-memoize by @dai-shi in #436
- fix(vanilla): support undefined property in proxy by @dai-shi in #440
Full Changelog: v1.5.2...v1.6.0