Skip to content

Database & API Improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@kiritokatklian kiritokatklian released this 13 May 22:06
· 3452 commits to master since this release
14c6649

#137: Added Japanese name and nickname columns to characters.
#138: Added support for cast roles. Includes a cast role migration, seeder, factory, model and Nova resource. Also removed the unnecessary CastRole enum.
#139: Added support for languages. Includes a language migration, seeder, factory, model and Nova resource.
#140: Added language column to cast. Also added language attribute to AnimeCastResource.
#141: Renamed anime_genres table to media_genres and a new type column. Fixed the way genres are shown on the anime details page.
#142: Added support for songs and anime songs relationships.
#143: Staff role updates.
#144: Added support for anime staff and people in the database. Also removed actor in favor of separation between cast (actor) and staff.
#145: Mainly focused on stability and reliability, this one focuses on added validations, code cleanup and some visual tweaks.
#146: Updated Anime API with all the new changes. This includes a new staff and studios endpoint and genres added to attributes instead of as a relationship. Also API docs are updated to reflect the new changes.