Skip to content

v3.6.0

Choose a tag to compare

@afiiif afiiif released this 07 Apr 14:34

Feature Update

  • Replace getSubscribers with getSubscriberCount (e7a84ae)
    • The getSubscribers API is too powerful and can be dangerous.
      Consumers can:
      • mutate the Set (clear(), delete(), etc.)
      • inspect subscribers (breaks encapsulation)