Skip to content

2.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 21:07
· 8 commits to main since this release
04552cb

Changed

  • Only migrate events that were added via the proxy (#53)
    • Previously the proxy assumed that all events on the target were added via the proxy, so they would be migrated when the proxy target changed. This introduced bugs when the target was used directly, or when two proxies pointed at the same target.
    • Effectively this change adds support for using the target independently of the proxy, and for using multiple proxies for the same event emitter.