Skip to content

Releases: mosihere/imdb_movies

Release v1.2

29 Mar 17:18
Compare
Choose a tag to compare

List of changes:

  1. search_series function added.
  2. SearchSeries Service added.
  3. new messages added to handle proto requests.
  4. Readme updated.

Feature:

Now you can search Series by name.

Relase v1.1

17 Mar 16:18
e560c55
Compare
Choose a tag to compare

List of changes:

  1. _get function refactored to handle adding expression at the end of URL.
  2. type hints/annotations are improved.
  3. Readme updated.

Feature:

Now you can search movies by name.

v1.0

15 Mar 20:34
fbbdc4c
Compare
Choose a tag to compare

First Relase

This release provide two features:

  1. List of Top 250 Movies.
  2. List of Top 250 Series.

Unit tests added as well.