This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
Fixes galore
This releases fixes various issues that cropped up in the lib during conversion to TypeScript
🛠 Bugfixes & enhancements
- Get rid of Gulp for development environment => NPM Scripts suffice just fine
- Move
@types
to devDependencies where they belong => No more installed along with the package - Change to terser-folder => Better ES6 support
- Fixed looping in
getGamesAmerica
=> The lib loops for you again now, sorry for breaking that! - Fixed looping in
getPrices
=> Related to the other looping issue, now fixed again!
🎉 Features
- Expose
GameUS
,GameEU
andGameJP
interface for TypeScript users - Allow for the
getGamesAmerica
shop
property to be'unfiltered'
. This will remove the property from the API request and return everything possible
🧪 Testing
- We now also test that looping of
getGamesAmerica
works properly