Skip to content

Releases: favware/graphql-pokemon

Generation 8 data is here!

30 Nov 20:44

Choose a tag to compare

1.1.0 (2019-11-26)

Features

Bug Fixes

  • dexservice: fix pokemon sprites missing .gif extension (e9f68ed), closes #30
  • dexservice: fixed evos and prevo not showing in details (b1a27a3), closes #29
  • dexservice: properly parse sprites and evos (#36) (d51f009)
  • itemservice: add missing generationIntroduced field (cf40973)

Hotfix: Squash that 🐛

13 Nov 00:03

Choose a tag to compare

1.0.1 (2019-11-12)

Install the typings for this release:

yarn add @favware/graphql-pokemon@1.0.1

# Or if you want the latest version:
yarn add @favware/graphql-pokemon

Bug Fixes

  • dexentry: set height and weight as floats to allow decimal values (e62c262)

First public release

12 Nov 23:21

Choose a tag to compare

1.0.0 (2019-11-12)

Install the typings for this release:

yarn add @favware/graphql-pokemon@1.0.0

# Or if you want the latest version:
yarn add @favware/graphql-pokemon

Features

  • 🎉 Hello GitHub (80b1c66)
  • add ability's querying (91bad53)
  • add script for updating formats (5127d87)
  • finish up move queries (5e404d2), closes #7
  • firebase hosting (3f9e3da)
  • learnset query (db6465e), closes #6
  • type matchup queries (0eadb20), closes #8
  • update data files (1b2f3c1)
  • update smogon formats (01b7a0c)
  • implement pokemon details and dex entries (786b539), closes #2 #3
  • subfield selection + better args + prep move queries (06ec225), closes #14
  • query: add item query endpoint (f920694), closes #5

Bug Fixes