Skip to content

Releases: rooxie/omdb-php

1.0.0

26 Jul 22:34
Compare
Choose a tag to compare

Major

  • Removed PHPUnit from composer.json to maintain compatibility across PHP versions 7.1 to 8.3.

0.4.0

15 Jun 19:32
26e2b4a
Compare
Choose a tag to compare

Major

  • Added PHP 8+ support;
  • Added PHPUnit 9.5+ support.

Minor

  • Fixed bugs in tests.

Fixed keys in array conversion method

20 Jun 14:15
0845818
Compare
Choose a tag to compare
Pre-release

Major

  • Added missing ImdbId and Poster fields to Movie::toArray() method;
  • Capitalized seriesID to SeriesID in Movie::toArray() method.

Minor

  • Improved tests;
  • Updated README.md.

Second release with test

12 Jun 15:53
4ff855d
Compare
Choose a tag to compare
Pre-release

Major

  • Added missing fields to Movie::class model;
  • Fixed unidentified index errors on Movie::class model;
  • Added unit tests.

Minor

  • Removed $httpCode argument from constructors of library exceptions;
  • Granulated internal library code for testing purposes;
  • Updated README.md.

First working version

07 Jun 10:36
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

Major

  • Added the first version of the library.