Nintendo Switch Eshop Versions Save

Crawler for Nintendo Switch eShop

v6.0.2

2 years ago

6.0.2 (2021-10-25)

Bug Fixes

v6.0.1

2 years ago

6.0.1 (2021-06-20)

Bug Fixes

  • getGamesAmerica: improve requests being made for better api data (881174d), closes #473

v6.0.0

2 years ago

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 get null back and the deprecation warning has been removed.

Features

  • update typings for getGamesAmerica (5b162b4)

Bug Fixes

v5.1.0

3 years ago

5.1.0 (2021-03-05)

Features

  • bundle ESM compatible exports (b58a3aa)

Bug Fixes

  • getqueriedgamesamerica: fixed type exports and TSDoc (103f028)

⚠ BREAKING CHANGES

  • Note this is from version 5.0.0. Relisting it here for services like Dependabot to pick it up The return structure has changed. Please refer to updated documentation or TypeScript information.

v5.0.0

3 years ago

5.0.0 (2021-03-05)

⚠ BREAKING CHANGES

  • getqueriedgamesamerica: The return structure has changed. Please refer to updated documentation or TypeScript information.

Bug Fixes

  • getqueriedgamesamerica: fixed getQueriedGamesAmerica which was broken as per API changes (5c32023), closes #374

v4.0.0

3 years ago

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 [email protected]

Features

Bug Fixes

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

v3.0.3

3 years ago

3.0.3 (2020-09-10)

v3.0.2

3 years ago
  • chore: updated dependencies
  • perf: removed dependency on @favware/querystring in favour of NodeJS's built in querystring package
  • perf: removed the internal use of hasObj function in favour of Reflect.has() and Reflect.get() from the Reflect API
  • chore: updated API documentation
  • docs: added contributors to the README

v3.0.1

4 years ago

3.0.1 (2020-02-04)

This is just a minor change to v3.0.1, to include all the commits that don't change the published package that were made after v3.0.0.

⚠ BREAKING CHANGES

  • getGamesAmerica's options no longer takes a "shop" property

  • remove the "shop" property from getGamesAmerica (15a8a3c), closes #124

v3.0.0

4 years ago

3.0.0 (2020-02-04)

⚠ BREAKING CHANGES

  • getGamesAmerica's options no longer takes a "shop" property

  • remove the "shop" property from getGamesAmerica (15a8a3c), closes #124