Skip to content

Releases: mdwitr0/kinopoiskdev

v1.3.0

25 Apr 18:40
e722bfc
Compare
Choose a tag to compare

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

11 Apr 08:04
3fde19e
Compare
Choose a tag to compare

1.2.2 (2023-04-11)

Bug Fixes

  • search by rating rounds numbers up to int #83 (9f7a1db)

v1.2.1

10 Apr 22:09
15a8a1b
Compare
Choose a tag to compare

1.2.1 (2023-04-10)

Bug Fixes

  • search: synchronization is restarted before completion (2eaa0e7)
  • search: synchronization module works in all processes (394338b)

v1.2.0

10 Apr 18:43
de764e1
Compare
Choose a tag to compare

1.2.0 (2023-04-10)

Features

  • movie: add full-text search movie method #78 (61ad808)
  • person: add full-text search method #78 (0fb7e54)

Bug Fixes

  • movie: search returns wrong values in pagination #78 (11fb508)
  • person: search returns wrong values in pagination #78 (bbfa01b)

v1.1.2

16 Mar 07:19
fd8d31b
Compare
Choose a tag to compare

1.1.2 (2023-03-16)

Bug Fixes

  • movie: movies doesn't found by imdb id (cdb68b9)

v1.1.1

12 Mar 16:28
fb943ef
Compare
Choose a tag to compare

1.1.1 (2023-03-12)

Bug Fixes

v1.1.0

12 Mar 12:05
fa32fc6
Compare
Choose a tag to compare

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

  • movies aren't found by date (5475edc)
  • movie: the "AllOf" are still in the model (911de08)
  • season: episode model isn't correct #64 (65c668c)
  • the find method has not correct name (2ae879a)

v1.0.4

02 Mar 19:27
1787e81
Compare
Choose a tag to compare

1.0.4 (2023-03-02)

Bug Fixes

  • movie: age rating doesn't accept number the range #59 (d6a35bf)
  • package lock doesn't valid (e8e3e63)

v1.0.3

28 Feb 21:28
61519a4
Compare
Choose a tag to compare

1.0.3 (2023-02-28)

Bug Fixes

  • errors in the text of the documentation #53 (9fd2e7d)
  • person: there is no endpoint to get person by id #50 (e2087c7)

v1.0.2

27 Feb 21:43
aa37311
Compare
Choose a tag to compare

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...
Read more