Releases: PokeAPI/pokedex-promise-v2
Releases · PokeAPI/pokedex-promise-v2
4.1.1
4.1.0
Core:
- Cleanup the code, reduces nesting with less ifs, it also checks for an array and not an object
- Update to the latest api-docs and made the necessary changes on the types generator to accomodate that
- Reject the promise on Getter error
Types:
- Overloads on all methods and callbacks, so if you pass an array it will know to return an array too
Tests:
- Changes the tests to use overloads
Chores:
- Update dependencies
- Bump version to 4.1.0
- Bump minimum node version to 14