Releases: favna/nintendo-switch-eshop
Releases · favna/nintendo-switch-eshop
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
2.2.1
2.2.0
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
2.1.0
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
andGameJP
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