Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 07:20
· 138 commits to main since this release
5243ade

Features

Bug Fixes

Code Refactoring

  • rename some vars to resolve name conflict #117 (CCXXXI)
  • utils: add courses to database #117 (CCXXXI)
  • update Course #117 (CCXXXI)
  • timetable: operator == for Course #117 (CCXXXI)
  • timetable: avoid overloading operator == and hashCode on classes not marked @immutable #117 (CCXXXI)
  • timetable: avoid unnecessary raw string #117 (CCXXXI)
  • utils: Period #117 (CCXXXI)

Tests

Chores