Skip to content

Releases: JorrinKievit/tmdb-js

tmdb-js-web@1.1.9

18 Feb 17:07
eb7f4fd
Compare
Choose a tag to compare

Patch Changes

  • 722f537: Fix AppendToResponse never type

tmdb-js-node@1.1.9

18 Feb 17:07
eb7f4fd
Compare
Choose a tag to compare

Patch Changes

  • 722f537: Fix AppendToResponse never type

tmdb-js-web@1.1.8

22 Dec 17:17
d9b81e5
Compare
Choose a tag to compare

Patch Changes

  • 1d10583: Fix wrong return type when supplying an append_to_response array for some functions, thanks @newmoneybigbucks!

tmdb-js-node@1.1.8

22 Dec 17:17
d9b81e5
Compare
Choose a tag to compare

Patch Changes

  • 1d10583: Fix wrong return type when supplying an append_to_response array for some functions, thanks @newmoneybigbucks!

tmdb-js-web@1.1.7

14 Dec 15:24
d7d4f3e
Compare
Choose a tag to compare

Patch Changes

  • 9d113b5: In movie and tv endpoint get-credits result types has an added a "crew" field that contains an array of the corresponding crew type was added, and an "id" field

    In people endpoint get-combined-credits, get-movie-credits, get-tv-credits "crew" and "id" fields were added to result type. "crew" is a new crew data type

    In tv endpoint added a new "crew" field on the aggregrated-credit response type

    Added new base person type and used it to build cast/crew types for movie/get-credits & tv/get-credits
    added new base cast/crew credits specifically for people endpoints.
    Used these to build types for people/get-combined-credits people/get-movie-credits people/get-tv-credits

    New "crew" field in aggretated-credit tv endppoint uses builds off a base type used by the new tv and movie endpoint credit reponse type but adds some new fields needed for that endpoint. The result type for aggregrated-credit also now builds off 5those types

    Thanks @newmoneybigbucks for the contribution!

tmdb-js-node@1.1.7

14 Dec 15:24
d7d4f3e
Compare
Choose a tag to compare

Patch Changes

  • 9d113b5: In movie and tv endpoint get-credits result types has an added a "crew" field that contains an array of the corresponding crew type was added, and an "id" field

    In people endpoint get-combined-credits, get-movie-credits, get-tv-credits "crew" and "id" fields were added to result type. "crew" is a new crew data type

    In tv endpoint added a new "crew" field on the aggregrated-credit response type

    Added new base person type and used it to build cast/crew types for movie/get-credits & tv/get-credits
    added new base cast/crew credits specifically for people endpoints.
    Used these to build types for people/get-combined-credits people/get-movie-credits people/get-tv-credits

    New "crew" field in aggretated-credit tv endppoint uses builds off a base type used by the new tv and movie endpoint credit reponse type but adds some new fields needed for that endpoint. The result type for aggregrated-credit also now builds off 5those types

    Thanks @newmoneybigbucks for the contribution!

tmdb-js-web@1.1.6

08 Dec 16:18
3c027c9
Compare
Choose a tag to compare

Patch Changes

tmdb-js-node@1.1.6

08 Dec 16:18
3c027c9
Compare
Choose a tag to compare

Patch Changes

tmdb-js-web@1.1.5

09 Sep 12:14
50b83c5
Compare
Choose a tag to compare

Patch Changes

  • 185523b: #13: Updated types for TV Seasons endpoint
  • 185523b: #16: Replaced all Date types with string

tmdb-js-node@1.1.5

09 Sep 12:14
50b83c5
Compare
Choose a tag to compare

Patch Changes

  • 185523b: #13: Updated types for TV Seasons endpoint
  • 185523b: #16: Replaced all Date types with string