Releases: PokemonTCG/pokemon-tcg-sdk-ruby
Releases · PokemonTCG/pokemon-tcg-sdk-ruby
Cardmarket prices
Version 4 - Support API V2!
Version 4 of this SDK specifically targets V2 of the Pokemon TCG API! More info is in the README.
Version 3 - Simplified Fluent Interface
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
New field added: evolves_from
Hi-Res Image Url and Expanded Legal fields
v2.3.0 Version 2.3.0
Adding 'type' property to Ability
v2.2.1 Version 2.2.1
AncientTrait support
ancient_trait is now a property of a Card
National Pokedex Number
v2.1.0 Version 2.1.0