promotional bannermobile promotional banner

LibAddonUtils

Collection of basic tools for addon authors.
Back to Files

v1.4.2

File nameLibAddonUtils-v1.4.2.zip
Uploader
NiketaNiketa
Uploaded
Oct 2, 2022
Downloads
282
Size
5.3 KB
Flavors
Retail
File ID
4016519
Type
R
Release
Supported game versions
  • 9.1.0

What's new

LibAddonUtils

Version 1.4.1

  • Fixed error within CacheItem where incorrect arguments were passed to callback.

Version 1.4

  • Added function IncrementString.
  • Added function StringToTitle.

Version 1.3.4

  • Added function CloneTable.
  • Added function EnumerateString.

Version 1.3.3

  • Added argument sorting to tpairs.

Version 1.3.2

  • Added argument roundDown to round and iformat.

Version 1.3.1

  • Fixed bug where iformat method didn't embed.

Version 1.3

  • Added Embed capability.

Version 1.2.1

  • LibStub removed from LibAddonutils.xml; authors should include LibStub separately

Version 1.2

  • Added function ColorFontString.
  • Added function GetTableKey.
  • Added function iformat.
  • Added function tpairs.
  • Added parameters key and value to tcount.

Version 1.1

  • CacheItems has been renamed to CacheItem.
  • CacheItem now accepts itemString, itemLink and itemName in addition to itemID.
  • count has been renamed to tcount.

Version 1.0

  • Initial upload