Skip to content

Releases: johnnylam88/moospec-1-0

9

20 Dec 02:31
Compare
Choose a tag to compare

MooSpec-1.0

9 (2018-12-17)

Full Changelog

  • Bump minor version to 9 for release.
  • Set a default role when calling :GetRole() if role hasn't been set.

8

14 Dec 04:52
Compare
Choose a tag to compare
8

MooSpec-1.0

8 (2018-12-14)

Full Changelog

  • Bump minor version to 8 for release.
  • Bump TOC interface for BfA 8.1.

7

01 Dec 17:23
Compare
Choose a tag to compare
7

MooSpec-1.0

7 (2018-11-30)

Full Changelog

  • Bump the minor version to 7 for release.
  • Update the class when queueing a unit or inspection is ready.
    Also garbage-collect InspectUnit(), which was nearly identical to
    QueueUnit(). This tries to set the class and default role of a
    unit prior to queueing a unit for inspection, but should definitely
    set the class and role of the unit when inspection is ready.

6

30 Nov 04:27
Compare
Choose a tag to compare
6

MooSpec-1.0

6 (2018-11-30)

Full Changelog

  • Bump the minor version to 6 for release.
  • Expose the GUID-to-class mapping via API and callback.
    • Add :GetClass(guid) method to return the class of a GUID.
    • Fire "MooSpec_UnitClass" when the class for a GUID has been
      resolved.
  • GitHub Markdown-to-HTML turns headers into anchors automatically.

5

28 Nov 23:37
Compare
Choose a tag to compare
5

MooSpec-1.0

5 (2018-11-28)

Full Changelog

  • Bump minor version to 5 for release.
  • Only queue inspections for group unit IDs.
    Use a method from MooUnit-1.0.5 to test that a unit from a
    MooUnit_UnitChanged event is actually a group unit ID before
    queueing an inspection for it. This makes it so if a healer
    targets a group member (partyNtarget), an inspection is not queued
    for the group member. The change greatly reduces the number of
    unnecessary inspections.

4

26 Nov 02:10
Compare
Choose a tag to compare
4

MooSpec-1.0

4 (2018-11-26)

Full Changelog

  • Bump the minor version to 4 for release.
  • Don't use inspection API for player's specialization.
    The player's specialization is always available after PLAYER_LOGIN
    using GetSpecialization() and GetSpecializationInfo(). Skip using
    the inspection API and fetch the player's specialization directly.

3

18 Nov 05:25
Compare
Choose a tag to compare
3

MooSpec-1.0

3 (2018-11-18)

Full Changelog

  • Bump the minor version to 3 for release.
  • Fix the specialization ID and spelling(!) for retribution paladins.
  • The field name is "OptionalDeps", not "OptionalDependencies".

2

18 Nov 03:08
Compare
Choose a tag to compare
2

MooSpec-1.0

2 (2018-11-18)

Full Changelog

  • Add X-Embeds for CurseForge project tracking.
  • Add WoWInterface project ID for use by packager/release.sh.
  • Only update the specialization and role if they are valid values.

1

13 Nov 05:24
Compare
Choose a tag to compare
1

MooSpec-1.0

1 (2018-11-12)

Full Changelog

  • Initial import of MooSpec-1.0.
    MooSpec-1.0 is a library that provides information about player
    specializations and roles.