Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 610 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 610 Bytes

Change log

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.

[[next-version]] - YYYY-MM-DD

[0.2.0-alpha1] - 2021-03-05

Removed

  • Support for older PHP versions, now requiring at least PHP 7.1 (#5).

Added

  • Support for PHP 8 (#5).
  • Extends root Stringable interface from polyfill, for compatibility (#5).
  • QoL improvements for dev.

[0.1] - 2017-01-23

Initial release.

Added

  • Interop interfaces;
  • Interface tests;