Skip to content

Releases: igorwessel/valclient.js

v1.2.0

21 Jan 13:37
Compare
Choose a tag to compare

What's Changed

  • Added Chat Endpoints
  • Added endpoint to change client settings (need re-open game to see modifications)
        valorant.changeSettings()
    
  • Endpoint pvp.contents() now only returns content related a pvp content (e.g: battlepass, act, seasons, events)
  • Automatized update for agents,skins,sprays,buddies.

Full Changelog: v1.1.1...v1.2.0

v1.1.0

26 Sep 11:46
Compare
Choose a tag to compare

Breaking Change

  • Removed changeLoadout and loadout in PVP client.pvp.loadout() & client.pvp.changeLoadout()
  • Moved methods loadout to own property in client client.loadout

New Features

  • Docs
  • Add method to change gun skin in loadout
  • Add method to change skin buddy in loadout
  • Add method to change spray in loadout

v1.0.1

18 Sep 15:34
1cc1ee3
Compare
Choose a tag to compare
  • Add compatibility for CommonJS and ESM

First release

18 Sep 14:08
Compare
Choose a tag to compare
  1. Client which automatically iniciate local or auth
  2. All endpoints in Riot Services is covered
  3. Totally typed