Skip to content

v0.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 10:09
· 99 commits to master since this release
da7fa9c

Minor Changes

  • 9465c47: - addListener(): Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simple noop.
    • Created new noop() helper, it literally does nothing.