All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.4 (2016-12-21)
- kinopoisk: return
null
for invalidgetCinemaInfo
results (e0c6bf1)
0.14.3 (2016-12-21)
- kinopoisk: use fallback values for missing api results (a02b0ac)
0.14.2 (2016-12-13)
- kinopoisk: account for missing
ratingData
ingetFilm
's response (7ccb86c)
0.14.1 (2016-12-07)
- kinopoisk: fix broken flow type inference (a79991a)
- tmdb: use correct type for
id
in responses (c153deb) - trakt: fix broken flow type inference (0436adf)
0.14.0 (2016-12-07)
- tmdb: add an ability to override language for responses (7755f4f)
- add missing flow typings (a54c433)
0.13.0 (2016-12-06)
- kinopoisk: improve search accuracy (a6b0674)
0.12.0 (2016-12-06)
- retry html requests when applicable (d6ab4aa)
0.11.1 (2016-12-05)
0.11.0 (2016-12-05)
- remove graphql querying functionality (35f3e50)
- tmdb: throw errors for invalid queries (d1603b9)
- trakt: add
getMovieInfo
method and renamegetId
togetSlug
(dfa778f)
- tmdb:
Tmdb#getTvShowId
andTmdb#getMovieId
will now throw errors instead of returning null if provided invalid queries - trakt:
Trakt#getId
has been replaced byTrakt#getSlug
- the optional graphql query parameter, which has been available for many of the API's methods, no longer has any effect
0.10.2 (2016-11-29)
- work out remaining ramda bugs (6782ad4)
0.10.1 (2016-11-28)
- Tmdb: handle empty search results (213c613)
0.10.0 (2016-11-28)
- Kinopoisk: filter search results by title similarity (bd482d7)
0.9.0 (2016-11-27)
- export flow types with distribution (49b3786)
0.8.1 (2016-11-24)
- imdb: return correct popularity for over 999 (7c584d7)
0.8.0 (2016-11-24)
- imdb: add the
getPopularity
method (1b37f1c) - kinopoisk: decrease requests per second for html requests (68e8111)
- kinopoisk: use a random useragent for html requests (909ce76)
0.7.0 (2016-11-24)
- add Trakt source (501ae9b)
0.5.1 (2016-11-22)
- kinopoisk: fix various ramda bugs (337e577)
0.5.0 (2016-11-22)
- kinopoisk: fix crashes on empty search results (6f4339b)
- kinopoisk: stop filtering search results by title similarity (4d12814)
0.4.0 (2016-11-22)
- imdb: add reasonable throttling to rating requests (e664a61)
- kinopoisk: add reasonable throttling to all requests (b052c08)
0.3.1 (2016-11-19)
- add the missing IMDB source export (34a7d49)
0.3.0 (2016-11-19)
0.2.0 (2016-11-13)
- revamp Kinopoisk connector (eeb5399)
- kinopoisk: add
getCinemasInCity
andgetCinemaInfo
(3b1d4cc) - kinopoisk: add
getGallery
andgetSimilar
methods (4586816) - kinopoisk: add
getSupportedCountries
andgetSupportedCities
(b94b0c2) - kinopoisk: document and test support for graphql fragments (95b5a16)
- kinopoisk: rename methods with higher specificality (fb2d0cb)
- tmdb: add
getTvShowInfo
method (279494f) - tmdb: break down
getId
into two methods (0ea39a8) - tmdb: rename
getInfo
togetMovieInfo
(5ae3134)
- tmdb:
Tmdb#getInfo
has been replaced byTmdb#getMovieInfo
- tmdb:
Tmdb#getId
has been replaced byTmdb#getTvShowId
andTmdb#getMovieId
- kinopoisk: Existing Kinopoisk methods have been renamed as follows:
Kinopoisk#getInfo
→Kinopoisk#getFilmInfo
Kinopoisk#getId
→Kinopoisk#getFilmId
Kinopoisk#getCredits
→Kinopoisk#getFilmCredits
Initial release.