Releases: favware/graphql-pokemon
Releases · favware/graphql-pokemon
v7.0.9
7.0.9 - (2022-12-02)
🏠 Refactor
- Update data [skip publish] (#786) (a96abdd)
- Update data [skip publish] (#783) (730b131)
- Update data [skip publish] (#782) (7d26490)
- Update data [skip publish] (#780) (a4106f0)
- Update data [skip publish] (#778) (ee58674)
- Update data [skip publish] (#777) (809a868)
🐛 Bug Fixes
v7.0.8
Full Changelog: v7.0.7...v7.0.8
v7.0.7
v7.0.6
v7.0.5
What's Changed
- refactor: update data [skip publish] by @github-actions in #762
- chore(deps): update github/codeql-action digest to 8075783 by @renovate in #763
- chore(deps): update dependency @sapphire/utilities to ^3.11.0 by @renovate in #765
- chore(deps): update all non-major dependencies (#764) [skip publish] by @renovate in #764
- refactor: update data [skip publish] by @github-actions in #766
- chore(deps): update actions/setup-node digest to 8c91899 by @renovate in #768
- chore(deps): update actions/checkout digest to 93ea575 by @renovate in #767
Full Changelog: v7.0.4...v7.0.5
v7.0.4
What's Changed
- refactor: update data [skip publish] by @github-actions in #739
- refactor: update data [skip publish] by @github-actions in #740
- refactor: update data [skip publish] by @github-actions in #741
- refactor: update data [skip publish] by @github-actions in #744
- chore(deps): update github/codeql-action digest to c7f292e by @renovate in #742
- refactor: update data [skip publish] by @github-actions in #745
- chore(deps): update all non-major dependencies by @renovate in #743
- chore(deps): update dependency @sapphire/utilities to ^3.9.3 by @renovate in #747
- chore(deps): update all non-major dependencies by @renovate in #748
- chore(deps): update github/codeql-action digest to b398f52 by @renovate in #746
- chore(deps): update all non-major dependencies by @renovate in #749
- refactor: update data [skip publish] by @github-actions in #750
- chore(deps): update all non-major dependencies by @renovate in #752
- refactor: update data [skip publish] by @github-actions in #753
- chore(deps): update github/codeql-action digest to 904260d by @renovate in #751
- refactor: update data [skip publish] by @github-actions in #754
- refactor: update data [skip publish] by @github-actions in #755
- chore(deps): update all non-major dependencies by @renovate in #757
- chore(deps): update dependency @sapphire/time-utilities to ^1.7.8 by @renovate in #758
- chore(deps): update github/codeql-action digest to 86f3159 by @renovate in #756
- chore(deps): update all non-major dependencies by @renovate in #761
- chore(deps): update github/codeql-action digest to e0e5ded by @renovate in #760
- chore(deps): update actions/setup-node digest to 969bd26 by @renovate in #759
Full Changelog: v7.0.3...v7.0.4
v7.0.3
v7.0.2
What's Changed
- chore(deps): update dependency vitest to ^0.20.2 (#729) [skip publish] by @renovate in #729
- chore(deps): update dependency @sapphire/utilities to ^3.9.0 by @renovate in #732
- chore(deps): update github/codeql-action digest to 2ca79b6 by @renovate in #730
- chore(deps): update all non-major dependencies by @renovate in #731
Full Changelog: v7.0.1...v7.0.2
v7.0.1
v7.0.0
7.0.0 - (2022-07-31)
🏠 Refactor
- Update data [skip publish] (#725) (776ee78)
- Update data [skip publish] (#724) (b721d35)
- Update data [skip publish] (#720) (31b9c25)
- Update data [skip publish] (#715) (ee2bb31)
- Update data [skip publish] (#713) (e86b0ab)
- Update data [skip publish] (#710) (2458c03)
- Update data [skip publish] (#709) (edec683)
- Update data [skip publish] (#708) (71c85c9)
- Update data [skip publish] (#699) (2f0e516)
- Update data [skip publish] (#692) (bb2a004)
🚀 Features
- Complete rewrite, version 7.0.0 (#700) (06695a6)
- 💥 feat:
Pokemon
now have a new fieldlearnset
to get access to the moves learned by the Pokémon - 💥 feat:
Ability
now has a new fieldpokemonThatHaveThisAbility
which is a list of Pokémon that get this ability - 💥 BREAKING CHANGE: This package now depends on GraphQL v16
- 💥 BREAKING CHANGE: The schema has changed, please see below for further details
- 💥 BREAKING CHANGE: your requests MUST now include a
Content-Type
header withapplication/json
as value to prevent CSFR - 💥 BREAKING CHANGE: The property in
name
inLearnsetMove
andLearnsetLevelUpMove
is now removed in favour ofmove
- 💥 BREAKING CHANGE: Every move in a
LearnsetMove
andLearnsetLevelUpMove
is now aMove
object instead of just the name of the move - 💥 BREAKING CHANGE: Each entry in
Pokemon.abilities
is now anAbility
type instead of astring
type. UsePokemon.ability[x].name
to get the name. - 💥 BREAKING CHANGE: Each entry in
Pokemon.types
is now aPokemonType
object. UsePokemon.types[n].name
to get the type name - 💥 BREAKING CHANGE:
getPokemonByName
query has been removed, usegetPokemon
instead. - 💥 BREAKING CHANGE:
getPokemonBySpecies
query has been removed, usegetPokemon
instead. - 💥 BREAKING CHANGE:
getAllPokemon
now returns a fullPokemon
object instead of just a string of names - 💥 BREAKING CHANGE: The
getTypeMatchup
query now takes 2 parameters, the requiredprimaryType
and optionalsecondaryType
. The replaces the array oftypes
which left it ambiguous that the limit was 2 types. - 💥 BREAKING CHANGE: The GraphQL type
Type
has been renamed toTypeEffectiveness
to avoid confusion with the nountype
. - 💥 BREAKING CHANGE: When providing 2 identical types to
getTypeMatchup
thesecondaryType
will be nulled out.
- 💥 feat:
Full Changelog: v6.5.11...v7.0.0