Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

56 lines (37 loc) · 2.17 KB

Changelog

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.

Unreleased

v2.0.1 - 2021-05-10

Added

  • Add support for Guzzle 7.2 and later (365f127)

v2.0.0 - 2021-05-10

Changed

  • Update namespace to OwenVoke and package name to owenvoke/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 of tightenco/collect (6a9fb0d)
  • Add support for PHP 8 (a681cf1)
  • Update to test against PHPStan (#6)

v1.2.0 - 2019-03-08

Added

  • Add support for PHPUnit 8 (#1)
  • Add missing return types (9e6765e8)

Changed

  • Update the dot files in the root (d34f2eb8)

v1.1.0 - 2018-01-15

Fixed

v1.0.2 - 2017-12-06

Fixed

  • Corrected legal name in license

v1.0.1 - 2017-11-20

Fixed

  • Corrected the format of the license file

v1.0.0 - 2017-11-14

Added

  • Movies::list() method for accessing a collection of movies from the API.
  • Movies::details() method for accessing a single Movie instance.
  • Movies::suggestions() method for accessing a collection of suggested movie instances.