Releases: Pewtro/blizzard-api
Releases · Pewtro/blizzard-api
@blizzard-api/wow@2.1.0
Minor Changes
- 120a26f: Add characterPvpBracketStatistics
@blizzard-api/wow@2.0.5
Patch Changes
- Updated dependencies [eea4060]
- @blizzard-api/core@2.1.1
@blizzard-api/sc2@1.0.5
Patch Changes
- Updated dependencies [eea4060]
- @blizzard-api/core@2.1.1
@blizzard-api/hs@1.0.5
Patch Changes
- Updated dependencies [eea4060]
- @blizzard-api/core@2.1.1
@blizzard-api/d3@1.0.5
Patch Changes
- Updated dependencies [eea4060]
- @blizzard-api/core@2.1.1
@blizzard-api/core@2.1.1
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
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
@blizzard-api/classic-wow@2.1.3
Patch Changes
- Updated dependencies [eea4060]
- @blizzard-api/core@2.1.1
@blizzard-api/client@2.1.3
Patch Changes
- 08da205: Update ky to 1.8.1
@blizzard-api/client@2.1.2
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