v4.0.0
·
83 commits
to main
since this release
4.0.0 (2025-09-04)
BREAKING CHANGES
- dropped the
race.starting_proficiencies,
race.starting_proficiency_options,subrace.starting_proficiencies,
subrace.language_options, andsubrace.languagesproperties of all
races and subraces in the database. Clients can instead find this data
on the corresponding traits linked to each race or subrace.
How was it tested?
I ran the database + API project locally with Docker and called the
endpoints of the various classes and subclasses. I also ran the unit and
integration tests in the API project.