Releases: zikeji/node-hypixel
Releases · zikeji/node-hypixel
v1.12.0
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)
v1.11.0
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
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
v1.9.1
v1.9.0
v1.8.1
v1.8.0
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
v1.7.0
This release is also available on:
1.7.0 (2020-10-19)
Features
- api: add watchdogstats (d6ad4b7)
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)