Skip to content

Releases: Wobow/pubg_api

v1.1.2 - The Typed Version

03 Apr 15:57
Compare
Choose a tag to compare

Changelog

  • Removed build process
  • Clean some code
  • Better typings
  • Added classes for Matches & Rosters

v1.0.0 Stable

03 Apr 08:30
Compare
Choose a tag to compare

First stable version of the wrapper, up-to-date with the official pubg api and the updates endpoints.

Changelog:

  • Deprecated the loadMatches function
  • Added Telemetry (thanks to @kyleruscigno )
  • Added searchPlayers, loadPlayerById
  • Externalized filters config in a separate file.

https://www.npmjs.com/package/pubg-api

First usable version

13 Mar 16:07
1262e1e
Compare
Choose a tag to compare
First usable version Pre-release
Pre-release

This version features the implementation of the 2 first routes :

  • /matches
  • /matches/{id}

And the live status check of the api on /status

Next release should be 1.0.0, but still waiting for the api keys to be released.