Skip to content

Latest commit

 

History

History
107 lines (45 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

107 lines (45 loc) · 2.5 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2020-06-03)

Bug Fixes

  • Fix memory leak in unsubscribe (17af54d)

3.0.1 (2017-08-16)

Bug Fixes

  • point jsnext:main to the transpiled es module closes #7 (9b182e2), closes #7

3.0.0 (2017-08-02)

Performance Improvements

  • improve performance by not allocating an unsubscribe function for (e70f01e)

BREAKING CHANGES

  • subscribe does not return a function anymore, but a subscriptionId instead

2.0.2 (2017-07-27)

Bug Fixes

  • prevent handlers unsubscribed in the middle of setState from being called (#5) (3ad6f58)

2.0.1 (2017-06-28)

Bug Fixes

  • increase performance by using an object literal for storing listeners (4d36f91)

2.0.0 (2017-04-19)

Chores

BREAKING CHANGES

  • does not support channel anymore

1.1.6 (2017-04-08)

1.1.4 (2017-04-08)

1.1.3 (2017-04-07)

1.1.2 (2017-04-07)

1.1.1 (2017-04-07)

1.1.0 (2017-04-07)

Features