Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 2.57 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

Changed

  • Update to Pint 1.12.x (#13)

Fixed

  • Resolve getCurrentRemoteVersion() when latest is unstable (#12)

Removed

  • Drop support for PHP 8.0 (#13)

Added

  • Add a new abstract Direct Download class (#8)

Added

  • Add support for PHP 8.1 (#7)

Removed

  • Drop support for PHP <8.0 (#7)

Fixed

  • Apply packagist changes to GithubStrategy (#5)

Added

  • Add support for PHP 8 (#1)
  • Add PHPStan for static analysis (#3)
  • Add new SHA-256 strategy (7632ea0)
  • Add new SHA-512 strategy (#4)

Changed

  • Update to use PHPUnit 9.4 (fe5cfcc)
  • Update to use Packagist Composer 2.x API for GitHubStrategy (162c9af)

Removed

  • Drop support for PHP <7.3 (646c693)
  • Remove humbug_get_contents (7737a2f)

v1.0.6 - 2020-10-29

Added