Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Fixes galore

Compare
Choose a tag to compare
@favna favna released this 26 Feb 11:35
· 559 commits to master since this release

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 and GameJP 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