Releases: Isaac-cura/pokemon-challenge
Releases Β· Isaac-cura/pokemon-challenge
Release 1.1.0
Release 1.0.0
Release 0.2.0
- 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
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)