Skip to content

Releases: Anonomit/ItemCache

1.9.2

21 Dec 06:19
Compare
Choose a tag to compare

Fixes

  • Fixed lua errors in retail. Still doesn't actually support retail, but should no longer cause errors.

1.9.1

03 Oct 21:22
Compare
Choose a tag to compare

Fixes

  • Fixed error when cancelling an incomplete cache operation.

1.9.0

25 Sep 20:42
Compare
Choose a tag to compare

API

  • Added Item:RequiresArchaeology().

Fixes

  • Fixed issue with bind detection due to Blizzard API changes.

1.8.0

18 Aug 11:24
Compare
Choose a tag to compare

Changes

  • Comparing items will now compare IDs instead of localized names.

1.7.1

06 Aug 01:44
Compare
Choose a tag to compare

Changes

  • Improve error messages if the library is misused.

1.7.0

18 Jul 05:46
Compare
Choose a tag to compare

API

  • Added ItemCache:IsItem().

Changes

  • Druids can not longer use polearms in Era.

1.6.0

12 Jul 22:43
Compare
Choose a tag to compare

API

  • Added Item:GetClass().
  • Added Item:GetSubClass().
  • Added Item:GetClassSubClass().

Changes

  • Druids can now use polearms in Era.

Bug Fixes

  • Fixed another issue with localized druid text due to the Cataclysm API change.

1.5.0

24 Jun 02:48
Compare
Choose a tag to compare

API

  • Items can now be built with a third parameter: uniqueID. This is sometimes required to send suffix item links through chat.
  • ItemCache:Filter() callback is now passed a fourth parameter: uniqueID.
  • Added Item:GetUniqueID().
  • Added Item:HasUniqueID().
  • Added Item:GetIDSuffixUniqueID().
  • Added Item:GetLinkUncached().

Bug Fixes

  • Fixed an issue with linking items that scale by character level.

1.4.3

02 May 04:09
Compare
Choose a tag to compare

Bug Fixes

  • Fix for Cataclysm API change which caused druids to fail all usability checks.

1.4.2

08 Dec 03:44
Compare
Choose a tag to compare

Bug Fixes

  • Remove unrelated chat command aliases.
  • Fix issue when attempting to cache nonexistent items.