Skip to content

Releases: favware/graphql-pokemon

v1.4.1

01 Jan 16:16
Compare
Choose a tag to compare

1.4.1 (2020-01-01)

Bug Fixes

  • typings: add proper union typings to published typings (acb04cf)

v1.4.0

01 Jan 14:49
Compare
Choose a tag to compare

1.4.0 (2020-01-01)

Features

Bug Fixes

  • typo in espeon species name (e49de3f)

v1.3.0

30 Nov 22:24
Compare
Choose a tag to compare

1.3.0 (2019-11-30)

Features

  • learnset: expose num and species in learnset calls (0297b62)

Fixed argument parsing for learnset

30 Nov 21:49
Compare
Choose a tag to compare

1.2.3 (2019-11-30)

Bug Fixes

  • learnsetargs: allow generation 8 as argument for generation (f7c8867)

Hotfix: Version 1.2.0 and 1.2.1 were incorrectly published to NPM

30 Nov 21:06
Compare
Choose a tag to compare

1.2.2 (2019-11-30)

Bug Fixes

  • fixed published file refs (44806eb)

Learnset fuzzy query

30 Nov 20:45
Compare
Choose a tag to compare

1.2.0 (2019-11-30)

Features

Hotfix release

30 Nov 20:44
Compare
Choose a tag to compare

1.1.1 (2019-11-26)

Bug Fixes

  • fixed published version (bbdd1e4)

Generation 8 data is here!

30 Nov 20:44
Compare
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
Compare
Choose a tag to compare

1.0.1 (2019-11-12)

Install the typings for this release:

yarn add @favware/[email protected]

# 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
Compare
Choose a tag to compare

1.0.0 (2019-11-12)

Install the typings for this release:

yarn add @favware/[email protected]

# 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