Releases: rooxie/omdb-php
Releases · rooxie/omdb-php
1.0.0
0.4.0
Fixed keys in array conversion method
Major
- Added missing
ImdbId
andPoster
fields toMovie::toArray()
method; - Capitalized
seriesID
toSeriesID
inMovie::toArray()
method.
Minor
- Improved tests;
- Updated
README.md
.
Second release with test
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
Major
- Added the first version of the library.