Skip to content

Releases: favna/nintendo-switch-eshop

v8.0.0

29 Apr 19:47
9785bd8
Compare
Choose a tag to compare

8.0.0 - (2024-04-29)

🏠 Refactor

  • Do not use querystring node internal for better browser bundle (0d01ac0)
  • Rework repository, update whole stack (a26b37b)

🐛 Bug Fixes

  • Configure package for proper bundle exports (7e1c1df)

📝 Documentation

🚀 Features

  • Ensure proper CJS and ESM bundles and add IIFE bundle (3d009bc)
  • Drop default export of getGamesAmerica (9b93ed9)
    • 💥 BREAKING CHANGE: getGamesAmerica is no longer default exported. Use a named import instead.

v7.1.3

13 Apr 18:57
Compare
Choose a tag to compare

7.1.3 - (2023-04-13)

🏠 Refactor

  • Use named functions for exported functions (8ca9ba8)

🐛 Bug Fixes

  • Throw an error when parseGameCode is called for American games (f36900d)
  • Update build stack (#13) (12816d1)

📝 Documentation

  • readme: Update contributing (1d02690)

v7.1.2

21 Aug 18:55
Compare
Choose a tag to compare

7.1.2 - (2022-08-21)

🏠 Refactor

  • Optimize getGamesJapan (70c61cd)
  • Switch to @sapphire/result for error handling (2a1f845)

🐛 Bug Fixes

  • Fixed getQueriedGamesAmerica not returning sale prices (a428502)

🧪 Testing

  • Use expect.any for Object checks (b782ea7)

v7.1.1

21 Aug 18:55
Compare
Choose a tag to compare

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 getQueriedGamesBrazil and getQueriedGamesAmerica (0746f6d)

🧪 Testing

v7.1.0

16 Apr 16:43
Compare
Choose a tag to compare

7.1.0 - (2022-04-16)

Bug Fixes

  • Fixed package config for yarn npm publish (c816444)
  • Add module to package.json and add types to export maps for NodeNext support (68021b2)

Documentation

Features

  • Add getQueriedGamesBrazil and getGamesBrazil (#4) (dcf9d50)

New Contributors

Full Changelog: v7.0.2...v7.1.0

v7.0.2

07 Feb 22:14
Compare
Choose a tag to compare

7.0.2 (2022-02-07)

Bug Fixes

  • bump dependencies (@sapphire/fetch and fast-xml-parser) (10256fe)
  • update GameEU interface (65931cb), closes #2

v7.0.1

17 Nov 21:42
Compare
Choose a tag to compare

7.0.1 (2021-11-17)

Bug Fixes

  • fixed home page url and links to api docs (b876ead)

v7.0.0

05 Nov 22:45
Compare
Choose a tag to compare

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)

v6.0.2

05 Nov 21:52
Compare
Choose a tag to compare

6.0.2 (2021-10-25)

Bug Fixes

v6.0.1

05 Nov 21:52
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