Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 1.42 KB

Changelog

All notable changes to yts will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

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.