Skip to content

Releases: cavestri/themoviedb-javascript-library

Community

22 Aug 03:04
Compare
Choose a tag to compare

Add export to allowing the require import usage and fix issues with some methods.

Thanks @jeffreyspaan / @afzaalopera

Added:

Exporter

Updated:

tv:

  getLatest: options parameter removed
  removeRate: rate parameter removed
  removeRateGuest: rate parameter removed

movies:

removeRate: rate parameter removed
removeRateGuest: rate parameter removed

tvEpisodes:

removeRate: rate parameter removed
removeRateGuest: rate parameter removed

Global times

06 May 17:12
Compare
Choose a tag to compare

Added language as global configuration, now you can set the returned language in one place.

theMovieDb.common.language (defaults to 'en-US')

Don't be lazy

02 Apr 19:17
Compare
Choose a tag to compare

Library version has been updated to match API version, some methods and options have changed, keep it in mind before update your library.

Added

configurations

  • getCountries
  • getJobs
  • getLanguages
  • getPrimaryTranslations
  • getTimezones

account

  • getFavoritesTvShows
  • getRatedTvShows
  • getRatedTvEpisodes
  • getTvShowsWatchlist

certifications

  • getTvList

collections

  • getTranslations

companies

  • getAlternativeNames

guestSession

  • getRatedMovies
  • getRatedTvShows
  • getRatedTvEpisodes

movies

  • getExternalIds
  • removeRate
  • removeRateGuest
  • getAccountStatesGuest

networks

  • getAlternativeNames

tv

  • getAccountStates
  • getAccountStatesGuest
  • getReviews
  • getScreenedTheatrically
  • rate
  • rateGuest
  • removeRate
  • removeRateGuest

tvSeasons

  • getAccountStates
  • getAccountStatesGuest

tvEpisodes

  • getAccountStates
  • getAccountStatesGuest
  • rate
  • rateGuest
  • removeRate
  • removeRateGuest

Renamed

account

  • getWatchlist -> getMovieWatchlist
  • addMovieToWatchlist -> addToWatchlist

certifications

  • getList -> getMovieList

collections

  • getCollection -> getDetails
  • getCollectionImages -> getImages

companies

  • getCompany -> getDetails

credits

  • getCredit -> getDetails

genres

  • getList -> getMovieList
  • getTVList -> getTvList

movies

  • getStatus -> getAccountStates

Removed

companies

  • getCompanyMovies

movies

  • getTrailers

search

  • getList

timezones
jobs

Some API query paths were updated.

1.0.1

07 Jun 16:31
Compare
Choose a tag to compare

Several api fixes and additions.

Initial version

04 Jul 00:09
Compare
Choose a tag to compare
v1.0.0

Update library with licence.