Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 978 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 978 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-alpha2] - 2021-11-18

Added

  • Generics - where applicable (#3).

[0.2.0-alpha1] - 2021-11-09

Removed

  • BC Break: Support for PHP < 7.2 (#2).
  • BC Break: Support for obsolete dependencies (#2).
  • Support for Phan, NetBeans, Travis, CodeClimate, phpmd (#2).

Changed

  • BC Break: TransformerFactoryInterface#make() renamed to createTransformer(). It is now standalone, and doesn't require params (#2).
  • TransformerAwareInterface#getTransformer() is now required to return a transformer (#2).

Added

  • Support for PHP >= 8.0 (#2).
  • A virtual environment (#2).
  • Code quality tools and configs (#2).
  • PHPStorm configs (#2).

[0.1-alpha1] - 2018-05-15

Initial version.