Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Latest commit

 

History

History
124 lines (63 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

124 lines (63 loc) · 2.59 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]

Added

  • Nothing

Changed

  • #24 Updated dependencies.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

3.0.0 - 2019-08-20

Added

  • #14 and #19 Added PHP 7.3 and 7.4 to build matrix

Changed

  • #16 Updated dev dependencies
  • #21 Updated to coding standard v1.2

Deprecated

  • Nothing

Removed

  • #18 Dropped support for PHP 7.1
  • #20 Dropped support for Expressive 2

Fixed

  • Nothing

2.2.0 - 2018-03-25

Added

  • #9 Added compatibility with expressive 3
  • #10 Added mutation testing checks with infection to the CI pipeline
  • #11 Improved build matrix so that it passes build for lowest and latest supported dependencies

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

2.1.1 - 2017-12-31

Added

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #6 Updated ExceptionInterface to extend from \Throwable

2.1.0 - 2017-10-13

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • #4 Dropped support for PHP 5.6 and 7 and added support for PHP 7.2

Fixed

  • Nothing