Skip to content

v4.0.0

Choose a tag to compare

@5e-bits-semantic-release-bot 5e-bits-semantic-release-bot released this 04 Sep 17:33
· 83 commits to main since this release

4.0.0 (2025-09-04)

  • refactor(race/subrace)!: remove redundant data (#875) (67261fb), closes #874

BREAKING CHANGES

  • dropped the race.starting_proficiencies,
    race.starting_proficiency_options, subrace.starting_proficiencies,
    subrace.language_options, and subrace.languages properties 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.

Is there a Github issue this is resolving?