Skip to content

Latest commit

 

History

History
111 lines (96 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

111 lines (96 loc) · 12.8 KB

1.0.0 (2022-10-10)

Chores
Documentation Changes
New Features
  • App:
  • Context: Added context provider and consumer. Added initial data fetching and caching. Closes #8 (13251aba)
  • Routing: Application routing to Home and Details pages. Closes #7 (633bbfd7)
  • Error:
    • Advanced error notification using Antd (684036b5)
    • Added error boundary (971d90a2)
  • Fetching: Added Axios and SWR for response caching. Closes #4 (3926e9b6)
  • Metadata: Updated project metadata. Closes #2 (88c22af7)
Bug Fixes
Refactors
  • Add: Refactored exchange data (7e8016ed)
  • App: Refactored components (0d8a59a2)
Code Style Changes
Tests