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

Releases: lmmfranco/nintendo-switch-eshop

v6.0.2

25 Oct 18:25
Compare
Choose a tag to compare

6.0.2 (2021-10-25)

Bug Fixes

v6.0.1

20 Jun 00:04
Compare
Choose a tag to compare

6.0.1 (2021-06-20)

Bug Fixes

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

v6.0.0

18 Jun 21:48
Compare
Choose a tag to compare

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

05 Mar 22:11
Compare
Choose a tag to compare

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

05 Mar 20:59
Compare
Choose a tag to compare

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

31 Oct 16:19
Compare
Choose a tag to compare

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)

v3.0.3

31 Oct 16:19
Compare
Choose a tag to compare

3.0.3 (2020-09-10)

v3.0.2

08 Jul 14:40
Compare
Choose a tag to compare
  • 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

04 Feb 21:42
Compare
Choose a tag to compare

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

04 Feb 21:28
Compare
Choose a tag to compare

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