Releases: favna/nintendo-switch-eshop
Releases · favna/nintendo-switch-eshop
v9.0.0
9.0.0 - (2025-08-29)
🐛 Bug Fixes
- Remove no longer supported functions (efa5cde)
- 💥 BREAKING CHANGE: Nintendo has changed authentication for various endpoints, making several functions impossible to be used anymore. The functions removed are
getGamesEurope,getGamesJapan,getActiveShops,getShopsAmerica,getShopsAsia,getShopEurope,getPrices, andgetShopByCountryCode.
- 💥 BREAKING CHANGE: Nintendo has changed authentication for various endpoints, making several functions impossible to be used anymore. The functions removed are
v8.0.1
v8.0.0
v7.1.3
v7.1.2
v7.1.1
7.1.1 - (2022-08-15)
🐛 Bug Fixes
- getQueriesGamesAmerica: Fetch both the old and new Algolia indices and merge data to ensure all available data is returned (df1a806)
📝 Documentation
- Update docusaurus setup (ef3d13a)
- Fix welcome install command (22ff98d)
- Update license header for
getQueriedGamesBrazilandgetQueriedGamesAmerica(0746f6d)
🧪 Testing
- Migrate to vitest (4ceb03a)
v7.1.0
7.1.0 - (2022-04-16)
Bug Fixes
- Fixed package config for yarn npm publish (c816444)
- Add
moduleto package.json and addtypesto export maps forNodeNextsupport (68021b2)
Documentation
- Fix docusaurus config (893de09)
Features
New Contributors
- @macswellsantos made their first contribution in #4
Full Changelog: v7.0.2...v7.1.0
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2021-11-05)
⚠ BREAKING CHANGES
- The ownership of this package has officially been transferred to https://github.com/favna.
While Favna has been maintaining this package for a few years already and this won't affect you in any major ways,
package ownership transfers have often been an icky topic in the NPM ecosystem. For this reason the choice was made
to make this a new major versions so a change of ownership would not land in your caret scoped dependencies.
Bug Fixes
- update all the URLs ahead of full transfer (5231eaf)