Changelog is used to keep track of version changes. The versioning scheme used is SemVer. First integer is used for breaking change, second integer is used for major patches, and third integer is used for minor bug fixes.
- Fix security vulnerabilities by upgrading all dependencies.
- Make deployment and pull requests more efficient by GitHub Actions.
- Simplify linter and code formatter by embedding them inside
package.json
. - Perform Airbnb's ESLint fixes (in
web
). - Update all documentation.
- Migrate
npm
toyarn
. - Upgrade all dependencies.
- Add research paper.
- Implement GitHub Actions.
- Official initial release of the application.