All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.0.1 - 2021-05-10
- Add support for Guzzle 7.2 and later (365f127)
- Update namespace to
OwenVoke
and package name toowenvoke/yts
(62708e9) - Update to use GitHub Actions (#4)
- Update to use Pest for testing (#5)
- Update to require a minimum of PHP 7.3 (#5)
- Update to use
illuminate/collections
instead oftightenco/collect
(6a9fb0d) - Add support for PHP 8 (a681cf1)
- Update to test against PHPStan (#6)
- Update the dot files in the root (d34f2eb8)
- Updated the domain TLD to
.am
(Blog post)
- Corrected legal name in license
- Corrected the format of the license file
Movies::list()
method for accessing a collection of movies from the API.Movies::details()
method for accessing a singleMovie
instance.Movies::suggestions()
method for accessing a collection of suggested movie instances.