Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 |
|
---|
2 | 1.3.0 / 2018-04-15
|
---|
3 | ==================
|
---|
4 |
|
---|
5 | * removed bower support
|
---|
6 | * expose emitter on `exports`
|
---|
7 | * prevent de-optimization from using `arguments`
|
---|
8 |
|
---|
9 | 1.2.1 / 2016-04-18
|
---|
10 | ==================
|
---|
11 |
|
---|
12 | * enable client side use
|
---|
13 |
|
---|
14 | 1.2.0 / 2014-02-12
|
---|
15 | ==================
|
---|
16 |
|
---|
17 | * prefix events with `$` to support object prototype method names
|
---|
18 |
|
---|
19 | 1.1.3 / 2014-06-20
|
---|
20 | ==================
|
---|
21 |
|
---|
22 | * republish for npm
|
---|
23 | * add LICENSE file
|
---|
24 |
|
---|
25 | 1.1.2 / 2014-02-10
|
---|
26 | ==================
|
---|
27 |
|
---|
28 | * package: rename to "component-emitter"
|
---|
29 | * package: update "main" and "component" fields
|
---|
30 | * Add license to Readme (same format as the other components)
|
---|
31 | * created .npmignore
|
---|
32 | * travis stuff
|
---|
33 |
|
---|
34 | 1.1.1 / 2013-12-01
|
---|
35 | ==================
|
---|
36 |
|
---|
37 | * fix .once adding .on to the listener
|
---|
38 | * docs: Emitter#off()
|
---|
39 | * component: add `.repo` prop
|
---|
40 |
|
---|
41 | 1.1.0 / 2013-10-20
|
---|
42 | ==================
|
---|
43 |
|
---|
44 | * add `.addEventListener()` and `.removeEventListener()` aliases
|
---|
45 |
|
---|
46 | 1.0.1 / 2013-06-27
|
---|
47 | ==================
|
---|
48 |
|
---|
49 | * add support for legacy ie
|
---|
50 |
|
---|
51 | 1.0.0 / 2013-02-26
|
---|
52 | ==================
|
---|
53 |
|
---|
54 | * add `.off()` support for removing all listeners
|
---|
55 |
|
---|
56 | 0.0.6 / 2012-10-08
|
---|
57 | ==================
|
---|
58 |
|
---|
59 | * add `this._callbacks` initialization to prevent funky gotcha
|
---|
60 |
|
---|
61 | 0.0.5 / 2012-09-07
|
---|
62 | ==================
|
---|
63 |
|
---|
64 | * fix `Emitter.call(this)` usage
|
---|
65 |
|
---|
66 | 0.0.3 / 2012-07-11
|
---|
67 | ==================
|
---|
68 |
|
---|
69 | * add `.listeners()`
|
---|
70 | * rename `.has()` to `.hasListeners()`
|
---|
71 |
|
---|
72 | 0.0.2 / 2012-06-28
|
---|
73 | ==================
|
---|
74 |
|
---|
75 | * fix `.off()` with `.once()`-registered callbacks
|
---|
Note:
See
TracBrowser
for help on using the repository browser.