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

Releases: phanx-wow/LibRealmInfo

14

Choose a tag to compare

@Phanx Phanx released this 02 Jan 10:49

Lib: Realm Info

14 (2019-01-01)

Full Changelog

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

13

13

Choose a tag to compare

@Phanx Phanx released this 29 Jul 10:57

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

12

Choose a tag to compare

@Phanx Phanx released this 08 Feb 10:06

Lib: Realm Info

12 (2018-02-08)

Full Changelog

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

11

11

Choose a tag to compare

@Phanx Phanx released this 10 Jun 04:17

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