~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/releasenotes/HISTORY.plugin.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 Change History
2
 
=====================
3
 
 
4
 
3.5.0
5
 
-----
6
 
 
7
 
  * No changes.
8
 
 
9
 
3.4.1
10
 
-----
11
 
 
12
 
  * No changes.
13
 
 
14
 
3.4.0
15
 
-----
16
 
 
17
 
  * No changes
18
 
 
19
 
3.3.0
20
 
-----
21
 
 
22
 
  * No changes
23
 
 
24
 
3.2.0
25
 
-----
26
 
 
27
 
  * Fixed onHostEvent to actually use on (was using after)
28
 
  * Plugin.Base can now be mixed in as an extension
29
 
 
30
 
3.1.1
31
 
-----
32
 
 
33
 
  * No changes
34
 
 
35
 
3.1.0
36
 
-----
37
 
 
38
 
  * Added separate host method and host event specific subscription methods,
39
 
    to resolve inconsistency when using doBefore/doAfter in cases where the 
40
 
    host supported both an event and a method of the same name. 
41
 
 
42
 
3.0.0
43
 
-----
44
 
 
45
 
  * No changes
46
 
 
47
 
3.0.0 beta 1
48
 
------------
49
 
 
50
 
  * Moved Y.Plugin to Y.Plugin.Base
51
 
 
52
 
  * Host/Owner object now available through public "host" attribute, 
53
 
    as opposed to protected _owner property (this.get("host"))
54
 
 
55
 
3.0.0PR2 - Initial release
56
 
--------------------------