-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG_HISTORY.html
164 lines (134 loc) · 3.04 KB
/
CHANGELOG_HISTORY.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<h1>1.9.2</h1>
<h3>Fixes</h3>
<ul>
<li>Fixed lua errors in retail. Still doesn't actually support retail, but should no longer cause errors.</li>
</ul>
<p> </p>
<h1>1.9.1</h1>
<h3>Fixes</h3>
<ul>
<li>Fixed error when cancelling an incomplete cache operation.</li>
</ul>
<p> </p>
<h1>1.9.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:RequiresArchaeology().</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed issue with bind detection caused by Blizzard API changes.</li>
</ul>
<p> </p>
<h1>1.8.0</h1>
<h3>Changes</h3>
<ul>
<li>Comparing items will now compare IDs instead of localized names.</li>
</ul>
<p> </p>
<h1>1.7.1</h1>
<h3>Changes</h3>
<ul>
<li>Improve error messages if the library is misused.</li>
</ul>
<p> </p>
<h1>1.7.0</h1>
<h3>API</h3>
<ul>
<li>Added ItemCache:IsItem().</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Druids can not longer use polearms in Era.</li>
</ul>
<p> </p>
<h1>1.6.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:GetClass().</li>
<li>Added Item:GetSubClass().</li>
<li>Added Item:GetClassSubClass().</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Druids can now use polearms in Era.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed another issue with localized druid text due to the Cataclysm API change.</li>
</ul>
<p> </p>
<h1>1.5.0</h1>
<h3>API</h3>
<ul>
<li>Items can now be built with a third parameter: uniqueID. This is sometimes required to send suffix item links through chat.</li>
<li>ItemCache:Filter() callback is now passed a fourth parameter: uniqueID.</li>
<li>Added Item:GetUniqueID().</li>
<li>Added Item:HasUniqueID().</li>
<li>Added Item:GetIDSuffixUniqueID().</li>
<li>Added Item:GetLinkUncached().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue with linking items that scale by character level.</li>
</ul>
<p> </p>
<h1>1.4.3</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Fix for Cataclysm API change which caused druids to fail all usability checks.</li>
</ul>
<p> </p>
<h1>1.4.2</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Remove unrelated chat command aliases.</li>
<li>Fix issue when attempting to cache nonexistent items.</li>
</ul>
<p> </p>
<h1>1.4.1</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Fix Blizzard issue with tooltips.</li>
</ul>
<p> </p>
<h1>1.4.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:GetInfoInstantPacked().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fist Weapons are no longer considered usable to every class.</li>
</ul>
<p> </p>
<h1>1.3.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:GetInfoInstant().</li>
<li>Added Item:IsUsable().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed issue with Blizzard DebugTools.</li>
</ul>
<p> </p>
<h1>1.2.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:HasSuffix().</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixes for automatic shutdown when a higher version is detected.</li>
<li>Item:OnCache() (and variations) should now pass extra arguments to their callback functions, as intended.</li>
</ul>
<p> </p>
<h1>1.1.0</h1>
<h3>API</h3>
<ul>
<li>Added Item:GetStackSize().</li>
</ul>
<p> </p>
<h1>1.0.0</h1>
<h3>Initial Release</h3>