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.
- Generics - where applicable (#3).
- BC Break: Support for PHP < 7.2 (#2).
- BC Break: Support for obsolete dependencies (#2).
- Support for Phan, NetBeans, Travis, CodeClimate, phpmd (#2).
- BC Break:
TransformerFactoryInterface#make()
renamed tocreateTransformer()
. It is now standalone, and doesn't require params (#2). TransformerAwareInterface#getTransformer()
is now required to return a transformer (#2).
- Support for PHP >= 8.0 (#2).
- A virtual environment (#2).
- Code quality tools and configs (#2).
- PHPStorm configs (#2).
Initial version.