Skip to content

Releases: MatthewSH/rivalsjs

v1.2.0

07 Jul 08:58
7d0ca2a

Choose a tag to compare

1.2.0 (2025-07-07)

Features

  • allow disabling of rate limit header verification (17a9ccf)

v1.1.0

07 Jul 08:32
bb6734a

Choose a tag to compare

1.1.0 (2025-07-07)

Features

Bug Fixes

  • support alternative cache header (cef4a7e)

v1.0.4

06 Jul 21:02
54f6f15

Choose a tag to compare

1.0.4 (2025-07-06)

Bug Fixes

v1.0.3

05 Jul 01:11
5d49966

Choose a tag to compare

1.0.3 (2025-07-05)

Bug Fixes

  • comments and typings (e3adace)
  • skip-ci: another releaseplease change (bbc875e)
  • skip-ci: npm publish (a35d76f)

v1.0.2

03 Jul 16:39
30689dc

Choose a tag to compare

1.0.2 (2025-07-03)

Bug Fixes

v1.0.1

03 Jul 16:34
e8591f7

Choose a tag to compare

1.0.1 (2025-07-03)

Bug Fixes

v1.0.0

03 Jul 16:28
c16eeb5

Choose a tag to compare

1.0.0 (2025-07-03)

Features

  • achievements: add single achievement (1315983)
  • achievements: refactor achievements retrieval and response transformation (e18de82)
  • add camel case transformation utilities and update health check response handling (42e8fa6)
  • add camel case utilities and update API response handling (3666f48)
  • add JSDoc comments for createRivalsClient and player functions (243f1d7)
  • add logger with pino and update axios user agent logging (c575ca4)
  • add release workflow (fb3849f)
  • add user agent to headers (6336677)
  • client: add retryOnRateLimit option and add more logging (5df1a60)
  • heroes: add hero types and API (02a0103)
  • initialize project structure and some base (7d0234a)
  • maps: add all maps (f040f57)
  • player: add findPlayer API and related types (43731e7)
  • player: add getPlayer API and response transformation (ce47741)
  • player: add getPlayerMatchHistory and transformer (cf93d47)
  • player: add updatePlayer and response transformer (f69449e)
  • prep for axios replace (aba31dd)
  • update axios headers and refactor health check response handling (9981362)
  • v2: add initial base for v2 API (6fc6aed)

Bug Fixes

  • correct asset URL formatting (a0d8714)
  • correct spelling of 'vulnerability' in security policy (9733adb)
  • handle missing rate limit header for healthcheck endpoint (1d557b1)
  • handle null input in convertToAssetUrl function (f7710ed)
  • i hate workflows (9ac2b2e)
  • improve rate limit header logging (5f7cb5e)
  • typing location (d86d15b)