Releases: PokemonTCG/pokemon-tcg-sdk-python
Releases · PokemonTCG/pokemon-tcg-sdk-python
Cardmarket fields supported
Add missing price properties
Closes #10
Now Supporting V2 of the API
Version 3.0.0 contains many breaking changes. Please read through the documentation in order to upgrade from 2 -> 3.
Version 3.0.0 also officially supports version 2 of the API.
Version 2 - 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:
V1:
Card.where(supertype='pokemon').where(types='psychic).all()
[NEW] V3
Card.where(supertype='pokemon', types='psychic')
Fix Release Build
The 1.4.0 package on Pypi had some issues. This new package should resolve any installation issues.
Added additional fields found in API
Added the following field missing from Card
evolves_from
Added the following fields missing from Set
ptcgo_code
symbol_url
logo_url
Added image_url_hi_res
New field added: image_url_hi_res
Expanded Legal
expanded_legal field now available
ancient_trait property added to Card
v1.1.0 Add ancient_trait property to Card