Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@Isaac-cura Isaac-cura released this 20 Feb 19:16
· 25 commits to master since this release

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)