equal
deleted
inserted
replaced
|
1 Plugin Host Change History |
|
2 ========================== |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * No changes. |
|
33 |
|
34 3.8.1 |
|
35 ----- |
|
36 |
|
37 * No changes. |
|
38 |
|
39 3.8.0 |
|
40 ----- |
|
41 |
|
42 * No changes. |
|
43 |
|
44 3.7.3 |
|
45 ----- |
|
46 |
|
47 * No changes. |
|
48 |
|
49 3.7.2 |
|
50 ----- |
|
51 |
|
52 * No changes. |
|
53 |
|
54 3.7.1 |
|
55 ----- |
|
56 |
|
57 * No changes. |
|
58 |
|
59 3.7.0 |
|
60 ----- |
|
61 |
|
62 * No changes. |
|
63 |
|
64 3.6.0 |
|
65 ----- |
|
66 |
|
67 * Allow for non-base/non-attribute based plugins, by not assuming setAttrs or destroy exist |
|
68 on the plugin. |
|
69 |
|
70 3.5.1 |
|
71 ----- |
|
72 |
|
73 * No changes. |
|
74 |
|
75 3.5.0 |
|
76 ----- |
|
77 |
|
78 * API corrected for hasPlugin. It returns the plugin if available, otherwise undefined. |
|
79 It has always done this, and since they're truthy/falsey, figured it was better than |
|
80 changing the behavior, in case folks are using the plugin instance returned by hasPlugin. |
|
81 |
|
82 3.4.1 |
|
83 ----- |
|
84 |
|
85 * No changes. |
|
86 |
|
87 3.4.0 |
|
88 ----- |
|
89 |
|
90 * No changes. |
|
91 |
|
92 3.3.0 |
|
93 ----- |
|
94 |
|
95 * Broke pluginhost into pluginhost-base, pluginhost-config |
|
96 |
|
97 pluginhost-base provides the core plug/unplug methods. |
|
98 |
|
99 pluginhost-config provides support for constructor configuration |
|
100 and static configuration of plugins. |
|
101 |
|
102 * Added log statement if an invalid plugin is provided |
|
103 |
|
104 3.2.0 |
|
105 ----- |
|
106 |
|
107 * No changes |
|
108 |
|
109 3.1.1 |
|
110 ----- |
|
111 |
|
112 * No changes |
|
113 |
|
114 3.1.0 |
|
115 ----- |
|
116 |
|
117 * Plugins now destroyed correctly, when host is destroyed. |
|
118 |
|
119 3.0.0 |
|
120 ----- |
|
121 |
|
122 * Split out of "base" as a standalone module, for use by Node. |