Skip to content

Releases: Hypixel-API-Reborn/hypixel-api-reborn

v7.0.3

05 Apr 13:04
Compare
Choose a tag to compare

Fixes

SkyblockMember.jacob properties are always 0.

v7.0.0

16 Mar 06:33
Compare
Choose a tag to compare

Breaking changes

  • Removed Client#getOnline method. (#116)
  • Removed Client#getPing method. (#116)
  • Support for new API changes. (#110)

Features

Fixes

v6.3.0

07 Mar 15:41
Compare
Choose a tag to compare

Fixes

Features

v6.2.0

27 Feb 07:09
Compare
Choose a tag to compare

Fixes

  • Game#toString() throws TypeError: Cannot read property 'id' of undefined. (#93)
  • MegaWalls.finalDeaths sometimes returns 0. (855c70d)

Features

  • Added MegaWalls.finalKDRatio - Final Kill Death ratio.
  • SkyBlockMember#getInventory() #getEnderChest() returns empty array instead of null if API setting is disabled.

v6.1.1

24 Feb 13:41
Compare
Choose a tag to compare

Fixes

  • Client#getPlayer throws TypeError: Cannot read property 'SILVERFISH' (pet) of undefined. (#91)

v6.1.0

22 Feb 09:31
Compare
Choose a tag to compare

Fixes

  • Fixed Client#getRecentGames() typing. (#76)

Features

v6.0.1

05 Feb 16:49
Compare
Choose a tag to compare

Fixes

  • Fixed #58
  • InventoryItem => SkyblockInventoryItem
  • WatchdogStats#byWatchDogLastMinute => Watchdog#byWatchdogLastMinute

Features

  • Code style improvements.
  • Client#getSkyblockNews - Allows you to get skyblock news
  • SkyblockNews
  • Client#getGameCounts - Allows you to get player count along with the player count of each public game
  • GameCounts
  • Utils#removeSnakeCase - added removeSnakeCaseString. (snake_case to snakeCase)
  • Removed support for older versions of Node.js. You must have installed Node.js v14 or newest.