Releases: alfg/overwatch-api
Releases · alfg/overwatch-api
0.13.0
0.12.0
0.11.0
Updated parsers and hosts to support OW2 player pages. The following features have also been removed as they are not supported in the OW2 anymore:
Levels
Rank
Prestige Level
Endorsement stats (only level supported now).
Region and platform are no longer required. However, APIs will continue to support both to maintain compatibility.
What's Changed
Full Changelog: 0.10.5...0.11.0
0.10.5
What's Changed
- chore: update typo by @kokonut27 in #106
- npm security updates
New Contributors
- @kokonut27 made their first contribution in #106
Full Changelog: 0.10.4...0.10.5
0.10.4
0.10.3
0.10.2 - Caching updates and retry mechanism
- Add retry mechanism when response status back from playoverwatch.com is not 200 and only cache results if valid data comes back. #90
0.10.1
0.10.0 - Redis-based Caching
Replaces the in-memory node-cache
with redis
. New build requires a redis-server.