Releases: PokemonTCG/pokemon-tcg-sdk-typescript
Releases · PokemonTCG/pokemon-tcg-sdk-typescript
v1.3.1
V2 Announcement 🎉
Version 1 of this SDK is officially deprecated. Version 2 stable release this SDK is scheduled to be released on Friday, April 3rd, 2021. Version 1 will continue to receive support until then. See the migration guide for steps to update your app to use the latest supported version of the SDK
For those interested in the V2 beta, it's now available via npm install pokemon-tcg-sdk-typescript@beta
Updates
- Optional properties were added to Card Interface
- New Card interface properties were added to complement the JSON response updates in the API
- See the V1 to V2 Migration Guide in the docs for more info.
- Deprecation notices are added to V1 Card, Set, and Meta methods
- API key is now configurable through the environment variable
POKEMONTCG_API_KEY
.