~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/releasenotes/HISTORY.pluginhost.md

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Plugin Host Change History
2
 
==========================
3
 
 
4
 
3.5.0
5
 
-----
6
 
 
7
 
  * API corrected for hasPlugin. It returns the plugin if available, otherwise undefined.
8
 
    It has always done this, and since they're truthy/falsey, figured it was better than
9
 
    changing the behavior, in case folks are using the plugin instance returned by hasPlugin.
10
 
 
11
 
3.4.1
12
 
-----
13
 
 
14
 
  * No changes.
15
 
 
16
 
3.4.0
17
 
-----
18
 
 
19
 
  * No changes.
20
 
 
21
 
3.3.0
22
 
-----
23
 
 
24
 
  * Broke pluginhost into pluginhost-base, pluginhost-config
25
 
 
26
 
    pluginhost-base provides the core plug/unplug methods.
27
 
 
28
 
    pluginhost-config provides support for constructor configuration
29
 
    and static configuration of plugins.
30
 
 
31
 
  * Added log statement if an invalid plugin is provided
32
 
 
33
 
3.2.0
34
 
-----
35
 
 
36
 
  * No changes
37
 
 
38
 
3.1.1
39
 
-----
40
 
 
41
 
  * No changes
42
 
 
43
 
3.1.0
44
 
-----
45
 
 
46
 
  * Plugins now destroyed correctly, when host is destroyed.
47
 
 
48
 
3.0.0
49
 
-----
50
 
 
51
 
  * Split out of "base" as a standalone module, for use by Node.