Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Releases: phanx-wow/LibRealmInfo

14

02 Jan 10:49
Compare
Choose a tag to compare

Lib: Realm Info

14 (2019-01-01)

Full Changelog

  • Restore old CN data
  • Hello 2019
  • Update README
  • Update realm data

13

29 Jul 10:57
Compare
Choose a tag to compare
13

Lib: Realm Info

13 (2018-07-29)

Full Changelog

  • Bump minor version
  • Update TOC
  • Workaround for missing data for Chinese realms
  • Remove discontinued servers (fixes #13)
  • Include nameless "host" servers in connected realm list
  • Update readme
  • Remove unused code
  • Use helper function to generate API names
  • Convert snake case variable names to camel case
  • Remove realm entries for nameless realms
    These are used to host connected realm groups. They are not included
    in the realm info from the Battle.net API, but are included (as the
    connected group ID) from the connected realm info API. To support
    region detection, we now add these to the realm info table dynamically
    when unpacking the connected realm info.
  • Return a copy of the connections list
    Otherwise the client addon can modify the library's internal data,
    since tables in Lua are passed by reference.
  • Update connected realm data from Battle.net API
  • Update realm data from Blizzard Developer API
  • Remove LOD flag

12

08 Feb 10:06
Compare
Choose a tag to compare
12

Lib: Realm Info

12 (2018-02-08)

Full Changelog

  • Fix capitalization of EU Aman'thul (closes #11)
  • Update metadata
  • Update LibStub embed path

11

10 Jun 04:17
Compare
Choose a tag to compare
11

Lib: Realm Info

11 (2017-05-20)

Full Changelog

  • Improve error handling
  • Update metadata for Curse
  • Add Korean realm data (closes #8)
  • Merge pull request #7 from wow-sweetlie/patch-1
    Update Archimonde-EU GUID
  • Update Archimonde-EU GUID
  • API names don't include dashes either
    eg. Azjol-Nerub --> AzjolNerub
  • Make it LoD