Skip to content

Latest commit

 

History

History
262 lines (121 loc) · 8.14 KB

CHANGELOG.md

File metadata and controls

262 lines (121 loc) · 8.14 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.14.4 (2016-12-21)

Bug Fixes

  • kinopoisk: return null for invalid getCinemaInfo results (e0c6bf1)

0.14.3 (2016-12-21)

Bug Fixes

  • kinopoisk: use fallback values for missing api results (a02b0ac)

0.14.2 (2016-12-13)

Bug Fixes

  • kinopoisk: account for missing ratingData in getFilm's response (7ccb86c)

0.14.1 (2016-12-07)

Bug Fixes

  • 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)

Features

  • tmdb: add an ability to override language for responses (7755f4f)
  • add missing flow typings (a54c433)

0.13.0 (2016-12-06)

Features

  • kinopoisk: improve search accuracy (a6b0674)

0.12.0 (2016-12-06)

Features

  • retry html requests when applicable (d6ab4aa)

0.11.1 (2016-12-05)

0.11.0 (2016-12-05)

Features

  • remove graphql querying functionality (35f3e50)
  • tmdb: throw errors for invalid queries (d1603b9)
  • trakt: add getMovieInfo method and rename getId to getSlug (dfa778f)

BREAKING CHANGES

  • tmdb: Tmdb#getTvShowId and Tmdb#getMovieId will now throw errors instead of returning null if provided invalid queries
  • trakt: Trakt#getId has been replaced by Trakt#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)

Bug Fixes

  • work out remaining ramda bugs (6782ad4)

0.10.1 (2016-11-28)

Bug Fixes

  • Tmdb: handle empty search results (213c613)

0.10.0 (2016-11-28)

Features

  • Kinopoisk: filter search results by title similarity (bd482d7)

0.9.0 (2016-11-27)

Features

  • export flow types with distribution (49b3786)

0.8.1 (2016-11-24)

Bug Fixes

  • imdb: return correct popularity for over 999 (7c584d7)

0.8.0 (2016-11-24)

Features

  • 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)

Features

0.5.1 (2016-11-22)

Bug Fixes

  • kinopoisk: fix various ramda bugs (337e577)

0.5.0 (2016-11-22)

Bug Fixes

  • kinopoisk: fix crashes on empty search results (6f4339b)

Features

  • kinopoisk: stop filtering search results by title similarity (4d12814)

0.4.0 (2016-11-22)

Features

  • imdb: add reasonable throttling to rating requests (e664a61)
  • kinopoisk: add reasonable throttling to all requests (b052c08)

0.3.1 (2016-11-19)

Bug Fixes

  • add the missing IMDB source export (34a7d49)

0.3.0 (2016-11-19)

Features

  • tmdb: add throttling to respect TMDB API's rate limits (e428a61)
  • add IMDB source (5f935b8)

0.2.0 (2016-11-13)

Features

  • revamp Kinopoisk connector (eeb5399)
  • kinopoisk: add getCinemasInCity and getCinemaInfo (3b1d4cc)
  • kinopoisk: add getGallery and getSimilar methods (4586816)
  • kinopoisk: add getSupportedCountries and getSupportedCities (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 to getMovieInfo (5ae3134)

BREAKING CHANGES

  • tmdb: Tmdb#getInfo has been replaced by Tmdb#getMovieInfo
  • tmdb: Tmdb#getId has been replaced by Tmdb#getTvShowId and Tmdb#getMovieId
  • kinopoisk: Existing Kinopoisk methods have been renamed as follows:
    • Kinopoisk#getInfoKinopoisk#getFilmInfo
    • Kinopoisk#getIdKinopoisk#getFilmId
    • Kinopoisk#getCreditsKinopoisk#getFilmCredits

0.1.0 (2016-11-11)

Initial release.