Skip to content

Releases: hypixelts/hypixel.ts

v2.0.1

21 Jul 18:00
750799e
Compare
Choose a tag to compare

Bug Fixes

Fixes the error Could not resolve ./typings/index.mjs due to a broken export, making the package unusable.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 May 18:26
Compare
Choose a tag to compare

What's Changed

hypixel.ts has been rewritten, while there are no major breaking changes, it is still recommended to give the documentation and guide https://hypixel.js.org a read.

Full Changelog: v1.1.4...v2.0.0

v1.1.4

04 Apr 06:47
526b05a
Compare
Choose a tag to compare

What's Changed

  • docs: add FC5570 as a contributor for code, ideas, and 2 more by @allcontributors in #19
  • docs: add chriscn as a contributor for code by @allcontributors in #20
  • chore(deps): pin dependencies by @renovate in #21
  • chore(deps): update actions/cache action to v3 by @renovate in #24
  • chore(deps): update actions/checkout action to v3 by @renovate in #25
  • chore(deps): update all non-major dependencies to ^0.26.2 by @renovate in #22
  • chore(deps): update actions/setup-node action to v3 by @renovate in #26
  • chore(deps): update dependency @types/uuid to v9 by @renovate in #27
  • chore(deps): update all non-major dependencies by @renovate in #28
  • chore(deps): update actions/checkout digest to ac59398 by @renovate in #29
  • chore(deps): update actions/setup-node digest to 64ed1c7 by @renovate in #30
  • chore(deps): update actions/cache digest to 58c146c by @renovate in #31
  • chore(deps): update all non-major dependencies by @renovate in #32
  • chore(deps): update all non-major dependencies by @renovate in #33
  • chore(deps): update all non-major dependencies by @renovate in #34
  • chore(deps): update all non-major dependencies by @renovate in #35
  • chore(deps): update actions/cache digest to 6998d13 by @renovate in #36
  • chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #37
  • chore(deps): update all non-major dependencies by @renovate in #39
  • fix(deps): update dependency undici to ^5.20.0 by @renovate in #40
  • chore(deps): update actions/cache digest to 69d9d44 by @renovate in #42
  • chore(deps): update all non-major dependencies by @renovate in #41
  • chore(deps): update all non-major dependencies by @renovate in #43
  • chore(deps): update dependency @types/node to ^18.14.6 by @renovate in #44
  • chore(deps): update all non-major dependencies by @renovate in #45
  • chore(deps): update actions/cache digest to 940f3d7 by @renovate in #46
  • chore(deps): update dependency lint-staged to ^13.2.0 by @renovate in #47
  • chore(deps): update dependency eslint to ^8.36.0 by @renovate in #48
  • fix(deps): update all non-major dependencies by @renovate in #49
  • chore(deps): update actions/cache digest to 88522ab by @renovate in #50
  • chore(deps): update actions/checkout digest to 24cb908 by @renovate in #51
  • chore(deps): update yarn to v3.5.0 by @renovate in #52
  • chore(deps): update actions/checkout digest to 8f4b7f8 by @renovate in #55
  • chore(deps): update all non-major dependencies by @renovate in #54
  • chore(deps): update all non-major dependencies - autoclosed by @renovate in #56
  • chore(deps): update all non-major dependencies by @renovate in #57
  • fix(deps): update all non-major dependencies by @renovate in #58
  • fix: failing tests by @FC5570 in #59

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

30 Dec 12:28
c507030
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

01 Oct 14:37
Compare
Choose a tag to compare

v1.1.1

23 Apr 14:06
Compare
Choose a tag to compare

Bug Fixes:

  1. Fixed #8 and #9 in #16 by @FC5570

v1.1.0

06 Feb 07:10
3890323
Compare
Choose a tag to compare

From #5:

Changes:

  1. GuildsManager for retrieving guilds
  2. Change a few imports/exports
  3. Use files property in package.json instead of .npmignore
  4. Refactor a bit of code

Pull Requests:

  • feat: refactor a lot of code & add GuildsManager by @FC5570 in #5

Full Changelog: v1.0.7...v1.1.0

v1.0.7

16 Jan 14:54
a73e2aa
Compare
Choose a tag to compare

Added

  • add typedoc for documentation

v1.0.6

16 Jan 11:11
122532a
Compare
Choose a tag to compare

Changes:

  • Make some methods of Player class getters (#3 )
  • Add tests for Player class

v1.0.5

15 Jan 16:25
Compare
Choose a tag to compare

Bug Fixes

  • fix: tslib not found error (#1 )