New Features
- Refactor to TypeScript.
- Replace node-sass with tailwindcss.
- Begin to offload burden from React to server for some computationally intensive tasks.
- Create testing infrastructure.
- Add basic tests for server and web.
- Create CI/CD pipeline for PRs to main.
What's Changed
- feat(tests): scaffold server-side testing by @kylejb in #54
- feat(devops): incorporate git hooks to standardize code by @kylejb in #56
- chore: address select deepsource issues by @kylejb in #57
- feat(web/sighting-card): replace flex with grid by @kylejb in #58
- v1.1.0 by @kylejb in #55
Full Changelog: v1.0.1...v1.1.0