Skip to content

Releases: favna/nintendo-switch-eshop

v2.2.6

05 Nov 21:51
Compare
Choose a tag to compare

2.2.6 (2019-11-27)

Bug Fixes

v2.2.5

05 Nov 21:51
Compare
Choose a tag to compare

2.2.5 (2019-11-22)

Bug Fixes

v2.2.4

05 Nov 21:50
Compare
Choose a tag to compare

2.2.4 (2019-10-30)

Note: Version bump only for package nintendo-switch-eshop

v2.2.3

05 Nov 21:50
Compare
Choose a tag to compare

2.2.3 (2019-09-11)

Bug Fixes

  • typing get games america (2d756b9)

v2.2.2

05 Nov 21:50
Compare
Choose a tag to compare

2.2.2 (2019-08-24)

Note: Version bump only for package nintendo-switch-eshop

2.2.1

05 Nov 21:50
Compare
Choose a tag to compare

2.2.1 - 2019-08-05

Fixes

  • Fixed getShopsByCountryCodes by building with rollup-plugin-json included

2.2.0

05 Nov 21:50
Compare
Choose a tag to compare

2.2.0 - 2019-08-01

Fixes

  • Fixed getGamesAmerica to use the new Algolia based API. At last! Many thanks to @endy124 for their work on this!

Changed

  • Restructured project
    • Now produces optimal bundles with Rollup
    • Proper JSDoc generation
    • Keeping a changelog
    • Cleaner editorconfig and thus coding style
    • GitHub issue and pull request and a contributing guide
    • Better CircleCI configuration

2.1.1

05 Nov 21:50
Compare
Choose a tag to compare

2.1.1 - 2019-02-26

Fixes

  • Moved @types/country-data to devDependencies thinking that would be okay but apparently it is not as it breaks TypeScript builds. So sorry! This should fix these kind of errors that were present in v2.1.0:

2.1.0

05 Nov 21:49
Compare
Choose a tag to compare

2.1.0 - 2019-02-26

Fixes

  • Get rid of Gulp for development environment => NPM Scripts suffice just fine
  • Move @types to devDependencies where they belong => No more installed along with the package
  • Change to terser-folder => Better ES6 support
  • Fixed looping in getGamesAmerica => The lib loops for you again now, sorry for breaking that!
  • Fixed looping in getPrices => Related to the other looping issue, now fixed again!

Added

  • Expose GameUS, GameEU and GameJP interface for TypeScript users
  • Allow for the getGamesAmerica shop property to be 'unfiltered'. This will remove the property from the API request and return everything possible

Changed

  • We now also test that looping of getGamesAmerica works properly

2.0.1

05 Nov 21:49
Compare
Choose a tag to compare

2.0.1 - 2019-01-19

Changed

  • BREAKING: Completely rewritten from the ground up!! Not compatible with v1.x!
  • Reworked in TypeScript
  • Now uses async/await rather than promises
  • Minified production builds
  • Importing syntax changed