1.5.0 (2023-11-05)
Features
- add awards request model & new query builder to find many awards (1b2c52b)
- add filters to random method (5293569)
- add find one collection by slug (4b02b84)
- add image request model & new query builder to find many image (1abef98)
- add isSeries to movie search (4b1e4f6)
- add keyword request model & new query builder to find many keyword (c511e67)
- add lists to movie (9ddba3e)
- add movie request model & new query builder to find many movie (b7fad95)
- add movies collection list (24e914d)
- add networks to movie (240792d)
- add other fields to movie search (e211142)
- add person request model & new query builder to find many persons (06174f0)
- add rating and year to linked movies (5866123)
- add review request model & new query builder to find many review (8fc8fde)
- add season request model & new query builder to find many season (08538da)
- add studio request model & new query builder to find many studio (333db73)
- add v1.4 movies search (bf8cf25)
- add v1.4 persons search (a3505e2)
- add v1.4 to search sync (96db508)
- add validation id to find one methods (108939e)
- app.module.ts: add ScheduleModule to syncImports array in createSyncSpecificModule method (c4ca8f2)
- paginated.decorator.ts: add support for including specific fields in the response (4a24cb3)
- season.controller.ts: add cache interceptor to findManyByQuery endpoint (4568ded)
- season.controller.ts: add versioning support for findManyByQuery endpoint (4568ded)
- season.schema.ts: add airDate field to the Episode class (4568ded)
- season.schema.ts: add airDate field to the Season class (4568ded)
- season.schema.ts: add duration field to the Season class (4568ded)
- season.schema.ts: add enDescription field to the Episode class (4568ded)
- season.schema.ts: add enDescription field to the Season class (4568ded)
- season.schema.ts: add enName field to the Season class (4568ded)
- season.schema.ts: add name field to the Season class (4568ded)
- season.schema.ts: add number field to the Season class (4568ded)
- season.schema.ts: add poster field to the Season class (4568ded)
- season.schema.ts: add still field to the Episode class (4568ded)
- season: add support for versioned season DTOs (372fc78)
- status-app-message.util.ts: add isSync parameter to statusAppMessage function (bbdfe33)
Bug Fixes
- boolean params isn't transform to filter (9d761b8)
- date params isn't transform to filter (f9f019e)
- don't updated movie and persons in meilisearch (79a7d82)
- error movie sync (kp not found) (dcbec1c)
- meilisearch does not support nested searchable fields (bd6c849)
- movie.schema.ts: change type of imdb property from string to number (5f4a814)
- not correct request model on random method (b260b34)
- query.pipe.ts: handle include fields in query parameters correctly (4a24cb3)
- select fields conflict (82be407)