UNPKG

2.56 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="3.0.2"></a>
6## [3.0.2](https://github.com/vesparny/brcast/compare/v3.0.1...v3.0.2) (2020-06-03)
7
8
9### Bug Fixes
10
11* Fix memory leak in unsubscribe ([17af54d](https://github.com/vesparny/brcast/commit/17af54d))
12
13
14
15<a name="3.0.1"></a>
16## [3.0.1](https://github.com/vesparny/brcast/compare/v3.0.0...v3.0.1) (2017-08-16)
17
18
19### Bug Fixes
20
21* point jsnext:main to the transpiled es module closes #7 ([9b182e2](https://github.com/vesparny/brcast/commit/9b182e2)), closes [#7](https://github.com/vesparny/brcast/issues/7)
22
23
24
25<a name="3.0.0"></a>
26# [3.0.0](https://github.com/vesparny/brcast/compare/v2.0.2...v3.0.0) (2017-08-02)
27
28
29### Performance Improvements
30
31* improve performance by not allocating an unsubscribe function for ([e70f01e](https://github.com/vesparny/brcast/commit/e70f01e))
32
33
34### BREAKING CHANGES
35
36* subscribe does not return a function anymore, but a
37subscriptionId instead
38
39
40
41<a name="2.0.2"></a>
42## [2.0.2](https://github.com/vesparny/brcast/compare/v2.0.1...v2.0.2) (2017-07-27)
43
44
45### Bug Fixes
46
47* prevent handlers unsubscribed in the middle of setState from being called (#5) ([3ad6f58](https://github.com/vesparny/brcast/commit/3ad6f58))
48
49
50
51<a name="2.0.1"></a>
52## [2.0.1](https://github.com/vesparny/brcast/compare/v2.0.0...v2.0.1) (2017-06-28)
53
54
55### Bug Fixes
56
57* increase performance by using an object literal for storing listeners ([4d36f91](https://github.com/vesparny/brcast/commit/4d36f91))
58
59
60
61<a name="2.0.0"></a>
62# [2.0.0](https://github.com/vesparny/brcast/compare/v1.1.6...v2.0.0) (2017-04-19)
63
64
65### Chores
66
67* remove mitt dependency ([52929e6](https://github.com/vesparny/brcast/commit/52929e6))
68
69
70### BREAKING CHANGES
71
72* does not support channel anymore
73
74
75
76<a name="1.1.6"></a>
77## [1.1.6](https://github.com/vesparny/brcast/compare/v1.1.4...v1.1.6) (2017-04-08)
78
79
80
81<a name="1.1.4"></a>
82## [1.1.4](https://github.com/vesparny/brcast/compare/v1.1.3...v1.1.4) (2017-04-08)
83
84
85
86<a name="1.1.3"></a>
87## [1.1.3](https://github.com/vesparny/brcast/compare/v1.1.2...v1.1.3) (2017-04-07)
88
89
90
91<a name="1.1.2"></a>
92## [1.1.2](https://github.com/vesparny/brcast/compare/v1.1.1...v1.1.2) (2017-04-07)
93
94
95
96<a name="1.1.1"></a>
97## [1.1.1](https://github.com/vesparny/brcast/compare/v1.1.0...v1.1.1) (2017-04-07)
98
99
100
101<a name="1.1.0"></a>
102# 1.1.0 (2017-04-07)
103
104
105### Features
106
107* **lib:** init ([cefcbb2](https://github.com/vesparny/brcast/commit/cefcbb2))