Skip to content

Releases: fedecalendino/nintendeals

v3.1.2

20 Dec 17:22
6bf9df3
Compare
Choose a tag to compare
  • Bug fix.

v3.1.1

10 Jul 08:32
Compare
Choose a tag to compare
  • Fixed an issue with NoE and games with multiple versions.

v3.1.0

08 Jul 11:59
Compare
Choose a tag to compare
  • Update NOA to support new website and apis.
  • Renamed NSO_REQUIRED to ONLINE_PLAY.

v3.0.2

27 Feb 13:16
Compare
Choose a tag to compare
  • Update algolia api key
  • Skip broken functionality tests for noj

v3.0.1

11 Nov 16:36
Compare
Choose a tag to compare
  • Fix bug with product code on NOE.

v3.0.0

06 Jul 20:34
Compare
Choose a tag to compare

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

04 Mar 10:59
Compare
Choose a tag to compare

Nintendo of America

  • ProductCode has disappeared from their website, so it wont be available for noa game info for a while.

v2.1.0

04 Mar 10:45
Compare
Choose a tag to compare

Nintendo of America

  • ProductCode has disappeared from their website, so it wont be available for noa game info for a while.

v2.0.0

26 Oct 10:10
Compare
Choose a tag to compare

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).

v1.6.1

20 Sep 17:00
Compare
Choose a tag to compare
  • Bug fixes