Skip to content

Releases: zikeji/node-hypixel

v2.0.0

08 Jan 10:50
Compare
Choose a tag to compare

This release is also available on:


2.0.0 (2021-01-08)

⚠ BREAKING CHANGES

  • issue with typedoc generation vuepress build

Bug Fixes

  • issue with typedoc generation vuepress build (17e37c3)

Documentation

  • dev: resolve issue rebuilding in a saturated environment (bb7fe85)

v1.20.0

08 Jan 09:23
Compare
Choose a tag to compare

This release is also available on:


1.20.0 (2021-01-08)

Features

  • helpers: add SkyBlock skills helper (2ec2d34)

Documentation

  • helpers: add documentation for the profile skills helper (b5427d9)
  • readme: remove 2.0 mention (5f24c6b)
  • typedoc: resolve issue with ts api docs missing (4d2dd71)
  • vuepress: remove erroneous console.log statement (2926b8c)
  • vuepress: update all urls to point to new ts-api links (7beecf8)

Miscellaneous Chores

  • deps: update a few documentation related dependencies (58409f0)
  • deps: update dts generator and update processing to account for changes (05cef05)

v1.19.0

04 Jan 20:40
Compare
Choose a tag to compare

This release is also available on:


1.19.0 (2021-01-04)

Features

  • api: add /skyblock/auctions_ended endpoint (1b8a4f6)

Bug Fixes

  • deps: duplicate line (f0359c1)
  • docs: fix issue with newer typedoc not generating properly (9ad8e8f)

Documentation

  • helpers: add information on using the item data helper for auctions (2fb1ece)

Miscellaneous Chores

  • dependencies: update prismarine, and typings (524ba52)

v1.18.0

08 Dec 09:24
Compare
Choose a tag to compare

This release is also available on:


1.18.0 (2020-12-08)

Features

  • tests: add tests for collections helper (01a37aa)
  • add skyblock collections helper (55d0efb)
  • api: build out Guild schema more (2e9c09a)
  • helpers: add guild level helper (2bed9c3)

Bug Fixes

  • client: fix reset date in limited event (1874bbc)
  • docs: resolve error generating TS documentation (9b9ab7d)
  • docs: update navbar style to reflect vuepress theme update changes (6d723b4)
  • lint: fixed lint errors from newer lint preset (6afa7e5)

Tests

  • update helpers test to reflect name change (ed11e26)

Documentation

  • helpers: add documentation for profile collections helper (ad637f5)
  • readme: add helpers excerpt (99d4648)
  • add frontmatter category and tags (0a528f1)
  • update last-updated date to be more readable (3beb18e)
  • changelog: update pages.js to rebuild changelog with better formatting (6469178)
  • add more notes to helpers (f3f733f)
  • helpers: add guild level documentation (6e3a977)
  • helpers: fix typo on network-level doc (cb3309b)
  • readme: add 2.0 description to readme (8c46629)

v1.17.0

17 Nov 07:41
Compare
Choose a tag to compare

This release is also available on:


1.17.0 (2020-11-17)

Features

  • api: completely explore and type out /player endpoint and update testing to validate (9e674bd)
  • api: expand typing to the player.stats.Bedwars object (4a469af)
  • api: update player schema to include more social links (2d43066)
  • helpers: add Bedwars helper for level / prestige info (485c010)
  • helpers: add NetworkLevel helper and add licensing information for the work (21e2342)
  • helpers: revise skyblock item data into minecraft item data and added usage example for pit (398f3a9)

Bug Fixes

  • helpers: add rank and plus color as they are separate (c61aba0)
  • package: removed redundant line (f21ef7f)

Code Refactoring

  • helpers: remove NonNullable due to earlier changes making it redundant (648e476)

Documentation

  • helpers: add description for network level helper. (e1508a7)
  • helpers: add documentation for Bedwars helper (90f0408)
  • helpers: add documentation for network level (c9f2cdd)

Tests

  • helpers: add bedwarslevelinfo test and trim fat (2883d57)

v1.16.0

14 Nov 12:31
Compare
Choose a tag to compare

This release is also available on:


1.16.0 (2020-11-14)

Features

  • helpers: add NBT data transformation (42f2325)

Bug Fixes

  • test: fix compilation issue for running coverage (8fbf1b6)

Code Refactoring

  • helpers: moved current helpers into dedicated folder (1893a68)

Tests

  • coverage: bring coverage back to 100% (ce895d4)
  • nbt: add tests for transforming item data to ensure they match schema (885f3d6)

Documentation

  • helpers: add documentation and examples for item data helper (015f724)

v1.15.0

12 Nov 00:15
Compare
Choose a tag to compare

This release is also available on:


1.15.0 (2020-11-12)

Features

  • api: removed rate limit and key on /skyblock/auctions and /skyblock/bazaar (e3a882f)
  • client: add optional cache support to client (7bbeb13)

Bug Fixes

  • client: ocassionally age is undefined when cache hit on CF (894e33a)

Code Refactoring

  • client: no longer extend EventEmitter to get cleaner type suggestions (fd2e5e5)

Documentation

  • client: add more documentation to the client (278cf37)
  • guide: add cache guide (236f110)
  • readme: update README (1356d43)

v1.14.0

11 Nov 07:17
Compare
Choose a tag to compare

This release is also available on:


1.14.0 (2020-11-11)

Features

  • helpers: add hypixel rank helper (98b6fbf)

v1.13.0

10 Nov 08:46
Compare
Choose a tag to compare

This release is also available on:


1.13.0 (2020-11-10)

Features

  • api: add /skyblock/auctions and /skyblock/auction endpoint (9349037)
  • api: add /skyblock/bazaar endpoint (8ffe9a5)
  • api: add /skyblock/profile and /skyblock/profiles endpoint (4c6285a)
  • api: update skyblock profile schema (9b84460)
  • schema: add headers to schema (45ba69f)

Documentation

  • readme: update progress in readme (6c598d0)

v1.12.0

08 Nov 09:48
Compare
Choose a tag to compare

This release is also available on:


1.12.0 (2020-11-08)

Features

  • api: add /resources/achievements endpoint (d648dc8)
  • api: add /resources/challenges endpoint (731895d)
  • api: add /resources/guilds/achievements and /resources/guilds/permissions endpoint (015adf4)
  • api: add /resources/quests endpoint (ae40ec4)

Bug Fixes

  • extra "example" key in schema (5166bc9)