Skip to content

Releases: PokemonTCG/pokemon-tcg-sdk-ruby

Cardmarket prices

05 Aug 00:28
Compare
Choose a tag to compare

Cardmarket prices are now supported!

Version 4 - Support API V2!

03 Feb 16:23
Compare
Choose a tag to compare

Version 4 of this SDK specifically targets V2 of the Pokemon TCG API! More info is in the README.

Version 3 - Simplified Fluent Interface

05 Mar 02:32
b5fb4f7
Compare
Choose a tag to compare

This has breaking changes. where clauses are no longer chained together in favor of a single where clause that takes a hash. There is no need to call all after the where.
Example:

V2:
Card.where(supertype: 'pokemon').where(types: 'psychic).all

[NEW] V3
Card.where(supertype: 'pokemon', types: 'psychic')

evolves_from

25 Apr 00:35
Compare
Choose a tag to compare

New field added: evolves_from

Hi-Res Image Url and Expanded Legal fields

24 Feb 06:48
Compare
Choose a tag to compare

Adding 'type' property to Ability

16 Oct 06:02
Compare
Choose a tag to compare
v2.2.1

Version 2.2.1

AncientTrait support

05 Sep 06:46
Compare
Choose a tag to compare

ancient_trait is now a property of a Card

National Pokedex Number

21 Jul 05:51
Compare
Choose a tag to compare
v2.1.0

Version 2.1.0