Skip to content

v2.1.0

Compare
Choose a tag to compare
@picandocodigo picandocodigo released this 17 Jan 18:50
· 11 commits to main since this release

Now testing Ruby versions 3.0, 3.1, 3.2, JRuby and TruffleRuby.

  • Added some better error handling. Now you can catch from Gamesdb::Error if there's any response from the server with status >= 300 (e.g. 403 for wrong API Key). I'll improve on this in future releases.
  • Refactored main client class and extracted utilitary functions into Gamesdb::Utils.