Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 337 Bytes

CHANGELOG.md

File metadata and controls

6 lines (6 loc) · 337 Bytes

4.0.0

  • Do not overwrite the meta of emitted events
  • Add subscription.replay for replaying past events over a handler
  • on and once accept regex for the type argument
  • Remove * wildcard type which is no longer useful, using /.*/ is much more explicit
  • Remove uv.map because subscription.replay removes most use cases