-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,4 @@ | ||
<h2>1.4.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<h3>Bug Fixes</h3> | ||
<ul> | ||
<li>Added Item:GetInfoInstantPacked().</li> | ||
</ul> | ||
<p> </p> | ||
<p><strong>Bug Fixes</strong></p> | ||
<ul> | ||
<li>Fist Weapons are no longer considered usable to every class.</li> | ||
</ul> | ||
<p> </p> | ||
<h2>1.3.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<ul> | ||
<li>Added Item:GetInfoInstant().</li> | ||
<li>Added Item:IsUsable().</li> | ||
</ul> | ||
<p> </p> | ||
<p><strong>Bug Fixes</strong></p> | ||
<ul> | ||
<li>Fixed issue with Blizzard DebugTools.</li> | ||
</ul> | ||
<p> </p> | ||
<h2>1.2.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<ul> | ||
<li>Added Item:HasSuffix().</li> | ||
</ul> | ||
<p> </p> | ||
<p><strong>Bug Fixes</strong></p> | ||
<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> | ||
<h2>1.1.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<ul> | ||
<li>Added Item:GetStackSize().</li> | ||
</ul> | ||
<p> </p> | ||
<h2>1.0.0</h2> | ||
<p><strong>Initial Release</strong></p> | ||
<p> </p> | ||
<li>Fix Blizzard issue with tooltips.</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,56 @@ | ||
<h2>1.4.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<h1>1.4.1</h1> | ||
<h3>Bug Fixes</h3> | ||
<ul> | ||
<li>Added Item:GetInfoInstantPacked().</li> | ||
<li>Fix Blizzard issue with tooltips.</li> | ||
</ul> | ||
|
||
|
||
<p> </p> | ||
<p><strong>Bug Fixes</strong></p> | ||
<h1>1.4.0</h1> | ||
<h3>API</h3> | ||
<ul> | ||
<li>Fist Weapons are no longer considered usable to every class.</li> | ||
<li>Added Item:GetInfoInstantPacked().</li> | ||
</ul> | ||
<p> </p> | ||
<h2>1.3.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<h3>Bug Fixes</h3> | ||
<ul> | ||
<li>Added Item:GetInfoInstant().</li> | ||
<li>Added Item:IsUsable().</li> | ||
<li>Fist Weapons are no longer considered usable to every class.</li> | ||
</ul> | ||
|
||
|
||
<p> </p> | ||
<p><strong>Bug Fixes</strong></p> | ||
<h1>1.3.0</h1> | ||
<h3>API</h3> | ||
<ul> | ||
<li>Fixed issue with Blizzard DebugTools.</li> | ||
<li>Added Item:GetInfoInstant().</li> | ||
<li>Added Item:IsUsable().</li> | ||
</ul> | ||
<p> </p> | ||
<h2>1.2.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<h3>Bug Fixes</h3> | ||
<ul> | ||
<li>Added Item:HasSuffix().</li> | ||
<li>Fixed issue with Blizzard DebugTools.</li> | ||
</ul> | ||
|
||
|
||
<p> </p> | ||
<p><strong>Bug Fixes</strong></p> | ||
<h1>1.2.0</h1> | ||
<h3>API</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> | ||
<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> | ||
<h2>1.1.0</h2> | ||
<p> </p> | ||
<p><strong>API</strong></p> | ||
<h1>1.1.0</h1> | ||
<h3>API</h3> | ||
<ul> | ||
<li>Added Item:GetStackSize().</li> | ||
<li>Added Item:GetStackSize().</li> | ||
</ul> | ||
|
||
|
||
<p> </p> | ||
<h2>1.0.0</h2> | ||
<p><strong>Initial Release</strong></p> | ||
<p> </p> | ||
<h1>1.0.0</h1> | ||
<h3>Initial Release</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters