Releases: mdwitr0/kinopoiskdev
Releases · mdwitr0/kinopoiskdev
v1.3.0
1.3.0 (2023-04-25)
Features
- app.module.ts: add support for v1.3 API version in configure method of AppModule class (f1ab0b8)
- movie.controller.ts: add version 1.3 with new endpoints and update descriptions for existing endpoints (0c86f13)
- movie.dto: add MovieDtoV1 and MovieDocsResponseDtoV1 classes with properties and methods for movie data transfer objects. (3a9b4c0)
- movie.schema.ts: add isSeries, totalSeriesLength, and seriesLength properties to Movie schema (7b5f232)
- paginated.decorator.ts: add audience count to entitiesField in paginated decorator (b1bf7d9)
- paginated.decorator.ts: add booleanFields to entitiesField and versionsEntityField (4c908d4)
- query.pipe.ts: add support for boolean fields in query parameters (fa97c7a)
v1.2.2
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
1.1.0 (2023-03-12)
Features
- keyword: add find method #69 (225ed25)
- movie: add countries & genres properties to findMany response #72 (fd3cd51)
- movie: add find movie awards method #67 (8340043)
- movie: add types and languages to names #68 (08a6f5c)
- person: add award method #58 (56a79bb)
- studio: add find studio methods #63 (c075fbf)
Bug Fixes
v1.0.4
v1.0.3
v1.0.2
1.0.2 (2023-02-27)
⚠ BREAKING CHANGES
- release 1.0.2
- release 1.0.1
- release 1.0.0
Features
- add api base decorator (104deb7)
- add app cluster (6b07de8)
- add base controller (92b2bc1)
- add base controller with find by id (0fd1671)
- add base service (d63703b)
- add controller decorator (8ca5478)
- add description to date properties (e891863)
- add error dto (4384cad)
- add exclude genres & countiries #19 (8d0138a)
- add field transpilation to mongo object (eef389d)
- add fields for all entities (10545e9)
- add paginated decorator (cecfea0)
- add pino logging (e0436ab)
- add query transfom pipe (e4babda)
- add remove system field interceptor (17b8d2e)
- add sagger styles (87a2343)
- add select to model (98a8569)
- add text search regexp (24c2d53)
- add transform schema to json (895a794)
- add types to description (9b37bd6)
- add types to description (c721539)
- add x-api-key to swagger (547233a)
- auth: add auth guard (0b19404)
- auth: add auth middleware (fed4cb8)
- auth: add tariff to find user by token (f3cf4a0)
- auth: add token strategy (8e80682)
- auth: remove auth strategy (0b871ad)
- image: add find one & find many methods (31a7eeb)
- movie: add code description and exapmles to movie (66bb3fd)
- movie: add find one & find many methods (3a26801)
- movie: add get random movie method (ab13677)
- movie: add posible method (e8a7d84)
- person: add find one & find many methods (77c8cf7)
- release 1.0.0 (cb412d4)
- review: add find one & find many methods (3018f05)
- season: add find one & find many methods (e3391d2)
- set file name (c7d0d67)
- set file name to pino (b632c38)
- set optional entity (6d9c1d3)
- use auth muddleware (dcf65c9)
- user: add user model (d091f7d)
- добавить докер #4 (be30c61)
- добавить докер #4 (07b14ea)
- Добавить префикс c версией api #14 (b96199e)
- Добавить префикс c версией api #14 (c3af759)
- Добавить списывание запросов #9 (008ac86)
Bug Fixes
- [Invalid behavior] Movie.sequelsAndPrequels #31 (68ba2f4)
- 500 error. When the movie is not found (99e4ba1)
- add description to swagger (b898067)
- api not generated literal types (0cbf3a4)
- date fields serialize to null #25 (d67266c)
- docs: fix text (ae51715)
- filter by interval does not wokr for critics & await fields #23 (2c4209e)
- incorrect examples #32 (03ce45a)
- incorrect set of properties of votes #21 (f8e2d0f)
- missing productionCompanies in the scheme #32 (95e3c9b)
- models from nullable objects are not valid in swagger #39 (8dea880)
- models from nullable objects are not valid in swagger #39 (b6b2cc5)
- movie: externalId is not array #11 (72d128c)
- not all fields are covered by decorators in images (76fd892)
- not all fields are covered by decorators in movies (4fbc789)
- not all fields are covered by decorators in persons (bc93620)
- not all fields are covered by decorators in review (324569b)
- not all fields are covered by decorators in season (f608ed0)
- not falide date (c26f62d)
- not found sort fields (2dd02a0)
- not seted summary (7e6b899)
- not use nested proper...