Cross Reference: /yui3/src/oop/HISTORY.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
6dd9a4054bad07a57a547b013853557deb828a4aDav GlassOOP Change History
d592e9155bb1ceb2b977abd5008e7474b214a2b2Eric Ferraiuolo==================
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass
8b699f33b0de4cafae441d127297d442ecae30d5Dav Glass3.4.1
8b699f33b0de4cafae441d127297d442ecae30d5Dav Glass-----
8b699f33b0de4cafae441d127297d442ecae30d5Dav Glass
8b699f33b0de4cafae441d127297d442ecae30d5Dav Glass * No changes.
feb1dc670b0d4e1c6fcff58b35b36da3dfc5f18cJenny Donnelly
feb1dc670b0d4e1c6fcff58b35b36da3dfc5f18cJenny Donnelly
feb1dc670b0d4e1c6fcff58b35b36da3dfc5f18cJenny Donnelly3.4.0
feb1dc670b0d4e1c6fcff58b35b36da3dfc5f18cJenny Donnelly-----
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass * Significant performance improvements for `augment()`.
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass * Bug fix: `augment()` handled the `whitelist` parameter incorrectly when
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass augmenting a function. [Ticket #2530036]
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass3.3.0
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass-----
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass
78a2e99ad4cadb18cb7952045cb689f6123b62f5Dav Glass * `clone()` no longer fails on DOM objects in IE.
3.2.0
-----
* No changes.
3.1.1
-----
* `clone()` passes functions through.
3.1.0
-----
* Added `Y.some()`.
* Improved iterators over native objects and YUI list object.
* Improved deep clone, particularly when dealing with self-referencing objects.
* Fixed complex property merge when doing a deep aggregation.
3.0.0
-----
* No functional changes.
3.0.0 beta1
----------
* `bind()` now adds the arguments supplied to bind before the arguments
supplied when the function is executed. Added `rbind()` to provide the old
functionality (arguments supplied to bind are appended to the arguments
collection supplied to the function when executed).
* `bind()` supports a string representing a function on the context object in
order to allow overriding methods on superclasses that are bound to a
function displaced by AOP.
* Fixed array handling in `clone()`.
3.0.0pr2
--------
* No changes.
3.0.0pr1
--------
* Initial release.