promotional bannermobile promotional banner

LibInspect

Libary for cleanly inspecting other players

File Details

0.3.3-beta-nolib

  • B
  • Jul 29, 2018
  • 4.86 KB
  • 153
  • 8.0.1
  • Retail

File Name

LibInspect-0.3.3-beta-nolib.zip

Supported Versions

  • 8.0.1

lightweight tag 0cdb66acc8d9583ec60b15d733048666ab79b735 0.3.3-beta
Author:    GitHub <noreply@github.com>
Date:    Sun Jul 29 18:45:45 2018 -0400

commit c2cfabb7926bcb3d4d05c526c5912660ac6c76f2
Author: scotepi <github@scotepi.net>
Date:   Sun Jul 29 18:27:43 2018 -0400

    Release Version

    Added proper release version

commit c2cfabb7926bcb3d4d05c526c5912660ac6c76f2
Author: scotepi <github@scotepi.net>
Date:   Sun Jul 29 18:27:43 2018 -0400

    Release Version

    Added proper release version

commit 89497daa509c44471d0dc45ea89e4cda28356f80
Author: scotepi <github@scotepi.net>
Date:   Sun Jul 29 18:27:06 2018 -0400

    Revert "LibStub"

    This reverts commit 2b9618187f8fbad3ad8138cffafc09312185bfeb.

commit 2b9618187f8fbad3ad8138cffafc09312185bfeb
Author: scotepi <github@scotepi.net>
Date:   Sun Jul 29 16:45:01 2018 -0400

    LibStub

    Includes LibStub in the build

commit 0cba34d574fda5532b9402545ebcbb0365ee5765
Author: scotepi <github@scotepi.net>
Date:   Sun Jul 29 16:03:34 2018 -0400

    8.0

    TOC bump to 8.0

commit fae0d5ab071d3b0e878d251bb513a61235214626
Author: Charles Sprayberry <velukh.gaming@gmail.com>
Date:   Thu Oct 19 23:25:21 2017 -0400

    Handle callback possibly being false

    It is possible that the Blizzard server will respond multiple
    times with events signifying you're able to look at a unit's
    items, talents, etc. It is also possible that in between
    these events the addon can remove the hook responsible for handling
    the appropriate event. This leaves a false value being used as a
    function in RunHooks.

    This patch ensures that the value is not false before we attempt
    to use it as a function.