Releases: asadkhalid305/cricket-player-app
Releases · asadkhalid305/cricket-player-app
Release v1.0.1
What's Changed
- Added .env.example file
- Added or enhanced version in all package.json files
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
What's Changed
Features:
- Display country
- Based on selected country fetch players
- Based on selected player fetch player's stats
- To fetch player's stats aggregate multiple API calls in BFF
- Return to FE from BFF only what is needed on FE
- Search Country and Player functionality
- User-friendly responsive UI
Bugs
- Bowling rate is not limited to 2 decimal places despite using Number() and toFixed(2)
- On searchCountry change, searchPlayer is not resetting despite having the correct logic. Similarly while fetching players and player's stats.
Full Changelog: https://github.com/asadkhalid305/backend-for-frontend/commits/release-v1.0.0