promotional bannermobile promotional banner

LibOO-1.0

LibOO-1.0 provides an object-oriented framework to World of Warcraft addons

File Details

1.0.20

  • R
  • Oct 14, 2014
  • 14.33 KB
  • 1.6K
  • 6.0.2
  • Retail

File Name

LibOO-1.0-1.0.20.zip

Supported Versions

  • 6.0.2

tag 1.0.20
33e0053ab6f5e87c5f7f80d2ea33085f293eb405
Andrew Scott <ascott18@gmail.com>
2014-10-13 11:33:53 -0700

Tagging as 1.0.20

--------------------

Andrew Scott:
    - Version bumps
    - LibOO.knownBlizzWidgets now uses a weak metatable.
    - knownBlizzWidgets will now persist across upgrades.
    - We now cache the frames that we create in order to get Blizzard widget metatables so that we don't create an excessive amount of frames.
    - Added errors to catch cyclical inheritance.
    - Created Class:PreHookMethod(), Class:PostHookMethod() (formerly Class:ExtendMethod()), and added METHOD_EXTENSIONS_PRE as a pre-hook version of METHOD_EXTENSIONS