Skip to content

Releases: asadkhalid305/cricket-player-app

Release v1.0.1

05 Jun 19:32
e201c1b
Compare
Choose a tag to compare

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

05 Jun 09:23
8f37212
Compare
Choose a tag to compare

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