diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fb63e..5674750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 +* Adds `page` parameter to `games_by_platform_id` and includes `boxart`. +* Adds all available fields from Platforms in `platforms`, updates tests. Changes `:slug` to `:alias` in platforms response, to map to same response from API. +* Refactored `json_response` to use `includes` and extra data from the API response. + + ## 1.0.0 * Updated to new API endpoint, API key is now required to use the gem. Request an API Key here: https://forums.thegamesdb.net/viewforum.php?f=10 diff --git a/lib/thegamesdb/version.rb b/lib/thegamesdb/version.rb index fd0e60f..4f7f318 100644 --- a/lib/thegamesdb/version.rb +++ b/lib/thegamesdb/version.rb @@ -1,4 +1,4 @@ # Gem version module Gamesdb - VERSION = '1.0.0'.freeze + VERSION = '1.1.0'.freeze end diff --git a/test/platform_test.rb b/test/platform_test.rb index 0643068..39b8b53 100644 --- a/test/platform_test.rb +++ b/test/platform_test.rb @@ -62,7 +62,7 @@ describe 'platform' do describe 'assigning basic info' do before do - @platform = Gamesdb.platform_by_id 6 + @platform = Gamesdb.platform_by_id(6) end it 'should return valid platform info' do