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

v4.0.0

Compare
Choose a tag to compare
@favna favna released this 31 Oct 16:19
· 334 commits to master since this release

4.0.0 (2020-10-31)

⚠ BREAKING CHANGES

  • use getQueriedGamesAmerica to get games based on a given query. For example when
    your users can perform a search (just like on the nintendo.com website) you can use this to severly
    limit the results to go through.
  • The repo files have been moved around a lot. This probably won't impact
    you too much, but if you were importing from a specific path (not the root of
    require('nintendo-switch-eshop')) then you'll have to change your imports.
  • api: getGamesAmerica no longer takes any parameters and
    should always return all games.

Co-authored-by: Jeroen Claassens support@favware.tech

Features

Bug Fixes

  • api: updated getgamesamerica algolia request to retrieve all games (#281) (2ace2cc)