Skip to content

Releases: Isaac-cura/pokemon-challenge

Release 1.1.0

22 Feb 05:57
Compare
Choose a tag to compare
  • docs: πŸ“ update readme to show the steps to generate an apk and provide one generated (611f1e4)
  • feat: ✨ android integration (91603bd)
  • style: πŸ’„ fix some styles (c162d0c)
  • fix: πŸ’„ remove dark mode theme (b0bc650)
  • docs: πŸ“„ add readme to the project (c9c879d)

Release 1.0.0

22 Feb 03:56
Compare
Choose a tag to compare

Changelog:

  • refactor: remove unused variable (df801de)
  • feat: ✨ pokemon filter (bc02be6)
  • feat: ✨ seach pokemon by name (875ab8f)

Release 0.2.0

21 Feb 14:44
Compare
Choose a tag to compare
  • refactor: πŸ’„ fix linter problems (1c1aca1)
  • chore: refactor test and silent mode (4e746bf)
  • feat: ✨ show pokemon details (84d5b8a)
  • refactor: extract add method that add zeros to id (b441c60)
  • chore: add jest mock canvas (e94ff94)
  • refactor: 🎨 refactor the pokemon list store tests (0fd68a7)
  • feat: add pokemon detail store (f4225a3)
  • refactor: change pokemon-page-store to pokemon-list-store (62fa15f)
  • chore: ⚑ remove coverage check in order to improve the performance of tests (3c2e48b)

Release 0.1.0

20 Feb 19:16
Compare
Choose a tag to compare

Changelog:

  • chore: add release it dependency (158383c)
  • feat: πŸ”₯ List and paginate pokemons (c2372cc)
  • chore: modify the jest config to shows coverage (c628799)
  • fix: πŸ› create a new object instead of reasign the existent in order to maintain the reactivity (ec0111a)
  • refactor: 🎨 linter modifications (8b7a8c4)
  • refactor: 🎨 refactor fetchAndUpdate action (b4e35f7)
  • feat: pokemon list getter (dc7cf65)
  • feat: add pinia store to manage pokemons (c4ba082)
  • style: πŸ’„ improve the design of paginator component (aca4618)
  • feat: item paginator (45b7a19)
  • refactor: delete pokemons.model.ts (e08e56a)
  • test: add test suite to types icons specs (05314f6)
  • feat: πŸ’„ pokemon card styleup (7848431)
  • feat: πŸ’„ add fonts, css variables, & css class utilities (f9ce441)
  • feat: πŸ’„ add icons to pokemon types (1ef6a66)
  • feat: pokemon card that show basic information (3d3992d)
  • feat: add get pokemon by name api call in pokemon service (96a61f4)
  • fix: force type in creation (8ac3963)
  • feat: add static filter methods to Either method (ed03cf8)
  • feat: handling errors in getAll method on pokemons service (794d97e)
  • feat: ✨ add AsyncEither type to eyther manager (a4c24da)
  • feat: 🎨 create either class for handle responses (ccc3738)
  • feat: get pokemon list request in pokemon service (d37e6a9)
  • refactor: change name of data transformer test (504a826)
  • refactor: remove example test (ca4b383)
  • build: add axios to transform ignore paths in jest config (1c150bb)
  • feat: DTO transformer for get all pokemon request (c12f4f2)
  • chore: create environment variables file (b5a52f9)
  • chore: βž• add axios for api calls and pinia for state management (706515c)
  • Initial commit (533b535)