All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.2.4 (2019-10-30)
Note: Version bump only for package root
2.2.3 (2019-09-11)
- typing get games america (2d756b9)
- upgrade dependencies (6bd89ab)
- Unofficially drop support for NodeJS versions lower than 10 by setting engine field to >= 10. This is because conventional commits asks Node v10 or higher in their engines field.
"fix 49", "fix 50"
2.2.1 - 2019-08-05
- Fixed
getShopsByCountryCodes
by building with rollup-plugin-json included
2.2.0 - 2019-08-01
- Fixed
getGamesAmerica
to use the new Algolia based API. At last! Many thanks to @endy124 for their work on this!
- 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 - 2019-02-26
- 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 - 2019-02-26
- 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!
- 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
- We now also test that looping of
getGamesAmerica
works properly
2.0.1 - 2019-01-19
- 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
1.1.2 - 2018-07-20
- Fixed critical issue on getGamesAmerica request
1.1.1 - 2018-07-13
- Optional shop request params
1.1.0 - 2018-02-23
- Request options
1.0.7 - 2017-08-01
- getGamesJP to comply with new API
1.0.6 - 2017-06-23
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience
1.0.3 - 2017-06-05
- Lib files