Skip to content

Releases: PokemonTCG/pokemon-tcg-sdk-typescript

v1.3.1

24 Mar 01:40
Compare
Choose a tag to compare

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
  • Deprecation notices are added to V1 Card, Set, and Meta methods
  • API key is now configurable through the environment variable POKEMONTCG_API_KEY.