Skip to content

Releases: Pewtro/blizzard-api

@blizzard-api/wow@2.1.0

18 May 15:11
65e4494
Compare
Choose a tag to compare

Minor Changes

  • 120a26f: Add characterPvpBracketStatistics

@blizzard-api/wow@2.0.5

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [eea4060]
    • @blizzard-api/core@2.1.1

@blizzard-api/sc2@1.0.5

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [eea4060]
    • @blizzard-api/core@2.1.1

@blizzard-api/hs@1.0.5

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [eea4060]
    • @blizzard-api/core@2.1.1

@blizzard-api/d3@1.0.5

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [eea4060]
    • @blizzard-api/core@2.1.1

@blizzard-api/core@2.1.1

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Patch Changes

  • eea4060: Update the default type of SearchOptions in Resource to Record<string, unknown> as opposed to Record<string, never>

@blizzard-api/client@2.2.0

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Minor Changes

  • 8dc484a: Add support for passing custom options to the clients internal ky instance both when calling createBlizzardApiClient or when calling sendRequest exposed through the client. This deprecates the old headers parameter on getRequestConfig and sendRequest as it can instead be passed through the options.kyOptions parameter. The old headers parameter will be removed in the next major version.
    This change allows for more flexibility and customization of the requests made by the client, as users can now pass any options supported by ky, such as timeout, hooks, and retry options.
  • 8dc484a: Remove the unnecessary IBlizzardApiClient interface that only held partial information about the functions implemented in the BlizzardApiClient class

Patch Changes

  • a96da45: Fix a rare intermittent issue where the client would think the body had already been consumed
  • Updated dependencies [eea4060]
    • @blizzard-api/core@2.1.1

@blizzard-api/classic-wow@2.1.3

13 May 17:23
56b6ca8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [eea4060]
    • @blizzard-api/core@2.1.1

@blizzard-api/client@2.1.3

29 Apr 19:03
d744ed5
Compare
Choose a tag to compare

Patch Changes

@blizzard-api/client@2.1.2

04 Apr 14:02
64899a1
Compare
Choose a tag to compare

Patch Changes

  • ff46adf: Update ky to 1.8.0 fixing a few memory leaks caused by shared abort signals and for cloning the body for retry