promotional bannermobile promotional banner

LibOO-1.0

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

File Details

1.0.14

  • R
  • Mar 20, 2014
  • 14.38 KB
  • 572
  • 5.4.7
  • Retail

File Name

LibOO-1.0-1.0.14.zip

Supported Versions

  • 5.4.7

tag 1.0.14
4f0bfd377febc0016f608b931e1ce654c38a33e5
Andrew Scott <ascott18@gmail.com>
2014-03-19 19:22:23 -0700

Tagging as 1.0.14

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

Andrew Scott:
    - I would love if the .docmeta would start working
    - .docmeta, take 2
    - Fix the .docmeta
    - Forgot to bump minor
    - You can now create anonymous classes
    - Class names may no longer start with double underscores
    - You can now inherit from classes in other namespaces with a string using "Namespace.ClassName" as the string passed to NewClass() and Inherit()
    - - CallFunc() now calls functions in the order that they are inherited, starting with LibOO-10.Class and moving down from there - class.inherits now also contains indexed entries {[1] = class} in the order in which classes were inherited. It still holds {[class] = true} pairs as well. - Added tostring metamethods to namespaces and classes - The base namespace is now named "LibOO-10" instead of "LibOO-1.0" since it is intended for "." to be the delimiter between namespaces and classes.
cybeloras:
    - CreateFrame() parameters are no longer passed to OnNewInstance calls. Changed indentation to tabs instead of spaces.
    - TOC version bump
    - Fixed logic in validateType()
    - Added OnNewInstance and OnNewClass CallbackHandler-1.0 callbacks
    - Initial commit