This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
Releases: lmmfranco/nintendo-switch-eshop
Releases · lmmfranco/nintendo-switch-eshop
v6.0.2
v6.0.1
v6.0.0
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 getnull
back and the deprecation warning has been removed.
Features
- update typings for
getGamesAmerica
(5b162b4)
Bug Fixes
v5.1.0
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
v4.0.0
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
v3.0.3
v3.0.2
- chore: updated dependencies
- perf: removed dependency on
@favware/querystring
in favour of NodeJS's built inquerystring
package - perf: removed the internal use of
hasObj
function in favour ofReflect.has()
andReflect.get()
from the Reflect API - chore: updated API documentation
- docs: added contributors to the README
v3.0.1
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.