Skip to content

Releases: rickpeyton/nintendo_eshop

Release 0.2.1

04 Apr 10:28
Compare
Choose a tag to compare

Bump Nokogiri and Rake to address Security Vulnerabilities
Lock Simplecov to 0.17 because of CircleCi error

Release 0.2.0

06 Jul 01:28
ee626bb
Compare
Choose a tag to compare

Add multiple attributes to the response object

game = NintendoEshop::Game.retrieve_by(id: "70010000001539")

game.art # "https://www.nintendo.com/content/dam/.../Switch_SonicForces_box.png"
game.categories # [ "Action" ]
game.current_price # 9.99
game.description # "From the team that brought you Sonic Colors and Generati..."
game.esrb # "Everyone 10+"
game.id # "70010000001539"
game.msrp # 19.99
game.object_id # "26322c64-9268-3a24-822e-5e10f9e5cfc9"
game.platform # "Nintendo Switch"
game.release_date # #<Date: 2017-11-07 ...>
game.release_date_pretty # "Nov 07, 2017"
game.sale_percent # 50%
game.sale_price # 9.99
game.title # "Sonic Forces"
game.url # "https://www.nintendo.com/games/detail/sonic-forces-switch">

Release 0.1.1

05 Jul 21:34
9e56af6
Compare
Choose a tag to compare

Need to rescue Exception, not StandardError on a LoadError

Release 0.1.0

04 Jul 17:22
6a1e818
Compare
Choose a tag to compare

Switch to retrieve_by interfaced and support by id or object_id

Release 0.1.0.alpha4

25 Jun 03:15
e7eb8bb
Compare
Choose a tag to compare
Release 0.1.0.alpha4 Pre-release
Pre-release

Add GamesList class with by_title interface.

Release 0.1.0.alpha3

22 Jun 20:02
4720d11
Compare
Choose a tag to compare
Release 0.1.0.alpha3 Pre-release
Pre-release

Raise InvalidRequestError when a game is not found.
Add an API Client Fake.
Add an acceptance test.

Release 0.1.0.alpha2

22 Jun 17:09
0577177
Compare
Choose a tag to compare
Release 0.1.0.alpha2 Pre-release
Pre-release

Switch interface to retrieve from nsuid rather than from the API guid.

Release 0.1.0.alpha1

22 Jun 17:20
Compare
Choose a tag to compare
Release 0.1.0.alpha1 Pre-release
Pre-release
Happy path only for retrieving a game by external key
Minor test coverage