- #UVAStrong 🧡💙 1 15 41
- Updated all dependencies
- Reorganized
package.json
- Switched from
yarn
topnpm
- Switched from Heroku to Render
- Removed node engine requirement from package.json
- Searching for Men's Basketball recap link doesn't crash the app
- New URL for getting the status of a game currently happening
- Parent interface types for the JSON returned from the schedule and current game URLs
- Tabs to spaces
- Bug while game a game is currently happening where the score was not available from the schedule URL and the application would break
- Bug where the winner was not immediately available after a game finished, but the game was marked as "completed"
- this
CHANGELOG.md
- Men's Basketball and Football support
- much simpler application compared to both GitHub Pages version and version where I had to manually update a
games.ts
file with every game ID and time of the game
dist
directory, since Heroku will just build it now with the redeploy