Skip to content

Releases: zikeji/node-hypixel

v1.11.0

07 Nov 07:30
Compare
Choose a tag to compare

This release is also available on:


1.11.0 (2020-11-07)

Features

  • api: add /findGuild endpoint (2539022)
  • api: add /friends endpoint (04b1a9e)
  • api: add /key endpoint (7c3b0f7)
  • api: add /player endpoint (b6dd8b9)
  • api: add boosters endpoint (a78baf6)
  • api: add guild endpoint (66ff480)
  • api: add leaderboards endpoint (f0917c5)
  • api: add player count and game counts endpoints (44bf47a)
  • api: add recentGames endpoint (9424309)
  • error handling: add GenericHTTPError to cover the rest of Hypixel's error types & increase code coverage to 100% (02c92e1)

Documentation

  • readme: update progress in readme (4b7f29c)

v1.10.0

20 Oct 10:00
Compare
Choose a tag to compare

This release is also available on:


1.10.0 (2020-10-20)

Features

  • meta: add new unenumerable meta field to results for meta information (4357a7a)
  • meta: add ratelimit to meta (3de2b7f)

Bug Fixes

  • type: resultarray returns appropriate array type (d8ae79e)

Tests

  • improve coverage, test new meta (2933f04)
  • skyblock news: add more assertions for news test (791b02e)

Documentation

  • guide: begin fleshing out guide (be6ac06)
  • vuepress: extract additionalpages to new plugin and adjust changelog sidebar headers (41728e6)

v1.9.1

19 Oct 14:43
Compare
Choose a tag to compare

This release is also available on:


1.9.1 (2020-10-19)

Bug Fixes

  • ci: run test on everything so CI updates properly (169ba06)

Documentation

  • add more logging and second build to see if pesky ts-api wants to work (c7a2c16)
  • readme: update usage example (606a46c)

v1.9.0

19 Oct 13:11
Compare
Choose a tag to compare

This release is also available on:


1.9.0 (2020-10-19)

Features

  • api: add skyblock skills resource endpoint (9ee0d8a)

Bug Fixes

  • ci: main not master (a4b4c4d)
  • docs: fix sidebar warning (ff4e61c)
  • docs: refresh addthis on reload (fee1619)

Documentation

  • readme: update readme usage example (8a0ef8b)
  • add AddThis support (11545ca)

v1.8.1

19 Oct 10:58
Compare
Choose a tag to compare

This release is also available on:


1.8.1 (2020-10-19)

Bug Fixes

  • docs: checkout master and use node_env (cad343e)

Documentation

  • api: persist authorization (c3fffd2)

v1.8.0

19 Oct 10:31
Compare
Choose a tag to compare

This release is also available on:


1.8.0 (2020-10-19)

Features

  • api: add /status endpoint (29be746)
  • docs: add support for code blocks in descriptions (e8025eb)
  • docs: revamp the schema display styles (0aa2ab7)
  • docs: use webpack to load openapi yaml schema (33bc537)

Bug Fixes

  • ci: type in nyc command for ci coverage (9beee2e)
  • cross-env: use a ci script (8f1b4e1)
  • docs: fix issues causing docs:build to fail (59f0f37)

Documentation

  • api: style authorization dialog (8554eca)
  • config: add to watched files (2d9283a)
  • openapi: add usage examples (77b6d6c)
  • readme: update to include project readme instead of custom readme for /, fix some styling (6f162c0)
  • swagger: change expand depth (44992cb)

v1.7.0

19 Oct 03:30
Compare
Choose a tag to compare

This release is also available on:


1.7.0 (2020-10-19)

Features

Reverts

  • ci: revert runs-on as it did not solve the issue (4022c2c)

Code Refactoring

  • client: Refactor client to closely match the methods of the API. (66854f4)

Documentation

  • readme: update readme (6ce65d7)
  • readme: update roadmap (71df72a)
  • readme: update roadmap (61e774d)
  • vuepress: disable cache for local dev (baea275)

Miscellaneous Chores

  • dependencies: update dependencies (e257e22)
  • dependencies: update them once again (7b9bbae)

v1.6.0

18 Oct 10:28
Compare
Choose a tag to compare

This release is also available on:


1.6.0 (2020-10-18)

Features

  • docs: add Swagger client with some styling (7ef6f72)

Bug Fixes

  • include all in dist folder (afa5044)

v1.5.2

18 Oct 01:59
Compare
Choose a tag to compare

This release is also available on:


1.5.2 (2020-10-18)

Bug Fixes

  • ci: add logging to action in attempt to troubleshoot missing information (c877fa4)

Documentation

  • meta: add social, add embed metadata (858895a)
  • readme: point to coveralls (1d30fe2)

v1.5.1

18 Oct 00:39
Compare
Choose a tag to compare

This release is also available on:


1.5.1 (2020-10-18)

Bug Fixes

  • docs: properly escape hero text (d3f789d)
  • publishing: add publishconfig and explicit private (2fd4380)

Documentation