v0.5.0
v0.5.0 (2024-01-29)
Added
User
now can list hisRatings
Changed
- [Breaking change]
Rating
now has release date attribute - Now
Rate movie
endpoint returnsRating
id
Fixed
- Bug when
UnrateMovie
endpoint returns error whenMovie
has only oneRating
- Some tests have no 'test' prefix
Echancements
- Added unique constraint for ratings table on user_id and movie_id columns
- Added unique constraint for reviews table on user_id and movie_id columns