This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
v6.0.0
6.0.0 (2021-06-18)
⚠ BREAKING CHANGES
parseGameCode
has no longer been able to parse
American games due to API changes. Until now you would get an empty
string back and a deprecation warning.
Starting this version you will instead getnull
back and the deprecation warning has been removed.
Features
- update typings for
getGamesAmerica
(5b162b4)