Skip to content

Releases: favware/graphql-pokemon

v8.5.1

05 May 17:57
Compare
Choose a tag to compare

8.5.1 - (2024-05-05)

🏠 Refactor

  • Migrate over code from graphql-parse-resolve-info (4b46845)
  • Update data [skip publish] (3c4d47d)
  • Update data [skip publish] (23a135b)
  • Update data [skip publish] (3dfeaba)
  • Update data [skip publish] (47bc806)
  • Update data [skip publish] (3384375)
  • Update data [skip publish] (c7adf17)
  • Update data [skip publish] (faf2683)
  • Update data [skip publish] (da9b448)
  • Update data [skip publish] (6c601f8)
  • Process only a quarter of the pokemon for flavor updates every day (ade6b0b)
  • Import improvement (6f19b64)
  • Reduce cognitive complexity for sprite-parser (0b06d69)
  • Update data [skip publish] (f9a43d4)
  • Update data [skip publish] (df4f3ee)
  • Update data [skip publish] (d166528)
  • Update data [skip publish] (5c29978)
  • Update data [skip publish] (e31a619)

🐛 Bug Fixes

  • Fixed problematic data with Mime Jr., Mr. Mime, and Mr. Rime (4e83dd7)
  • Fixed import from graphql (0f68dbb)

📝 Documentation

v8.5.0

02 Mar 18:47
Compare
Choose a tag to compare

8.5.0 - (2024-03-02)

🏠 Refactor

  • Rework script updaters (8311da2)
  • Add scripts for updating pokedex classifications (1ebcd05)

🐛 Bug Fixes

  • Update formats and learnsets (99c4e0a)
  • Update learnset and tiers updater scripts (e68db19)
  • Add cries for form pokemon (22753bb)
  • Update cry updater to handle forms (206aa9e)
  • Publish docker image for both amd64 and arm64 (eca9b44)
  • Use english classifications, not japanese (b363816)
  • Add missing classifications that werent parseable (ed37461)
  • Auto update abilities, items, and moves and update the data directly (7ae7e3a)
  • Fixed dex number for slowking-galar (bb64ef1)

🚀 Features

  • Add cries data (6906cc7)
  • Add cry property to pokemon (7a7b39b)
  • Add classifications data for special form Pokémon (619cec2)
  • Add classifications data for non special form Pokémon (f7c3943)

🧪 Testing

v8.4.2

02 Mar 18:31
Compare
Choose a tag to compare

8.4.2 - (2024-02-25)

🏠 Refactor

  • Update data [skip publish] (daca94d)
  • Update data [skip publish] (63ee667)
  • Update data [skip publish] (77fee85)
  • Update data [skip publish] (2ae00de)
  • Update data [skip publish] (1ff0cad)
  • Update data [skip publish] (a8f2287)
  • Update data [skip publish] (35dcd07)
  • Update data [skip publish] (2f3b427)
  • Update data [skip publish] (c8454cd)
  • Update data [skip publish] (4d3a744)
  • Update data [skip publish] (e39bf0e)
  • Update data [skip publish] (bf56d49)
  • Update data [skip publish] (7713711)
  • Update data [skip publish] (27dded8)
  • Update data [skip publish] (4b6e45c)

🐛 Bug Fixes

  • Ensure getByPokedexNumber has the correct boundaries (c232686)

📝 Documentation

  • Change how docs lists are rendered (6bc2ffb)

v8.4.1

07 Jan 14:51
Compare
Choose a tag to compare

8.4.1 - (2024-01-07)

🏠 Refactor

  • Update data [skip publish] (bbe3eba)

🐛 Bug Fixes

  • Update formats data (3b56a24)
  • Fixed published bundle files (cc9df0e)

v8.4.0

04 Jan 16:08
Compare
Choose a tag to compare

8.4.0 - (2024-01-04)

🏠 Refactor

  • Update data [skip publish] (586cb40)
  • Update apollo server and implement streaming JSON.stringify for the result (db34157)

🚀 Features

  • Add utilities for parsing graphql-pokemon data (#925) (af3bea5)

v8.3.3

28 Dec 23:19
Compare
Choose a tag to compare

8.3.3 - (2023-12-28)

🐛 Bug Fixes

  • Fixed species for palafinhero so the sprite gives the correct URL (c745f24)

Full Changelog: v8.3.2...v8.3.3

v8.3.2

28 Dec 23:19
Compare
Choose a tag to compare

8.3.2 - (2023-12-28)

🏠 Refactor

  • Update data [skip publish] (3c53921)
  • Update data [skip publish] (eb4adea)
  • Update data [skip publish] (d7596f8)
  • Update data [skip publish] (dcf5d68)
  • Update data [skip publish] (12c8d15)
  • Update data [skip publish] (6a1540f)

🐛 Bug Fixes

  • moves: Update description for Tera Blast (b15a070)
  • abilities: Update descriptions for Teraform Zero and Tera Shidt (d1a2b74)
  • Correct various gigantamax form heights (e3f8412)

🧪 Testing

Full Changelog: v8.3.1...v8.3.2

v8.3.1

28 Dec 23:18
Compare
Choose a tag to compare

8.3.1 - (2023-12-19)

🏠 Refactor

  • Update data [skip publish] (f983884)

🐛 Bug Fixes

  • Fixed evolution condition for doublade (9d6c947)
  • Fixed evolution condition for florges (8eae40b)

Full Changelog: v8.3.0...v8.3.1

v8.3.0

17 Dec 21:30
Compare
Choose a tag to compare

8.3.0 - (2023-12-17)

🏠 Refactor

  • Resort moves items and moves alphabetically (e38272b)
  • Update data [skip publish] (70fac71)

🐛 Bug Fixes

  • Update formats and learnsets (407da17)
  • abilities: Update descriptions for Poison Puppeteer, Teraform Zero, Tera Shell, and Tera Shift (5597534)
  • items: Mark items added in Indigo Disk as available in generation 9 (9e01c90)

🚀 Features

  • Update graphql enums with the added items and moves (9811807)
  • moves: Update to Indigo Disk data. This includes descriptions, marking moves as available for gen9, and adding moves "Alluring Voice", "Hard Press", and "Supercell Slam" (a8e95cb)
  • items: Add Metal Alloy (cee8fec)

🧪 Testing

v8.2.1

16 Dec 00:49
Compare
Choose a tag to compare

8.2.1 - (2023-12-16)

🐛 Bug Fixes

  • Add missing pecharunt entry (c407a63)