This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Releases: fedecalendino/nintendeals
Releases · fedecalendino/nintendeals
v3.1.3
v3.1.2
- Bug fix.
v3.1.1
- Fixed an issue with NoE and games with multiple versions.
v3.1.0
- Update NOA to support new website and apis.
- Renamed NSO_REQUIRED to ONLINE_PLAY.
v3.0.2
- Update algolia api key
- Skip broken functionality tests for noj
v3.0.1
- Fix bug with product code on NOE.
v3.0.0
Update for new NA eshop pages. Re added the product_code to NA game information.
Dropped support to 3DS and WiiU games as Nintendo is phasing them out of production.
v2.1.1
Nintendo of America
- ProductCode has disappeared from their website, so it wont be available for noa game info for a while.
v2.1.0
Nintendo of America
- ProductCode has disappeared from their website, so it wont be available for noa game info for a while.
v2.0.0
General changes:
- refactored all the code.
- replaced scrapers with api calls to speed up the info gathering process.
- updated documentation.
- removed parameter validations.
- added support for Wii U and 3DS games.
- improved test coverage.
- simplified the documentation of each method.
- separated api integration into different files.
Game Class changes:
- unified everything into one class instead of one per platform.
- renamed genres to categories.
- moved features (dlc, amiibo, etc) into a dict.
- changed developers and publishers into a list of strings.
- added class to handle the generation of urls for each nintendo online eshop.
- improved organization for the rating values (ESRB, PEGI and CERO).