Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.9 KB

CHANGES.md

File metadata and controls

66 lines (42 loc) · 1.9 KB

Changes

2.0.1

  • 4411277 Give user the option to turn on/off warning when message publish finds no subscribers.

Released on 2024-02-02.

2.0.0

  • 54ea49e (Breaking) Removes hierarchical addressing support. Add console.warn when Publish finds no subscribers for a given topic.

Released on 2024-02-02.

1.9.4

  • ae3284d Use existing root.pubSub when present (#213) (abishek-srinivasan)

    This means that loading pubsub-js more than once in the same environment will work as the author expects. A warning will be output on the console to make the developer aware of the duplication.

Released on 2021-11-11.

1.9.3

  • a810919 Fix countSubscriptions

    This was introduced in ad93491c760ebc0429a7e9072b2747b2c2ce0a0a, but had a bug that was not covered by unit tests.

Released on 2021-02-18.

1.9.2

  • 83648dd fix #115 don't directly use hasOwnProperty (jianghaoran)

Released on 2020-12-14.

1.9.1

Released on 2020-11-13.

1.9.0

  • 3fb21e3 Add subscribeAll method (Subin Varghese)

Released on 2020-08-17.

1.8.0

  • Add getSubscriptions
  • Add countSubscriptions

Released on 2019-12-20.