Skip to content

Releases: PokeAPI/pokedex-promise-v2

4.1.1

11 Apr 19:14
8d61b1b
Compare
Choose a tag to compare

Types:

  • Update types to match latest schema on PR #72

4.1.0

20 Dec 15:43
341b433
Compare
Choose a tag to compare

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

4.0.0

26 Nov 21:19
4f533c8
Compare
Choose a tag to compare

Core

  • Switched to Typescript
  • Add generator to generate types
  • Bundle types
  • Require node >=12
  • Conversion to ESM
  • Update all dependencies

CI/CD

  • Move from Travis to Github Actions
  • Adopt eslint

3.3.2

16 May 13:25
Compare
Choose a tag to compare
  • bump minimum node version to node 10
  • update p-map

3.3.1

16 May 13:18
Compare
Choose a tag to compare
  • Allow usage in strict context. #49

3.3.0

16 Dec 14:46
Compare
Choose a tag to compare
  • Added methods to clear the cache and to retrieve its size
  • Changed how limit works