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.
- Allow for a new document after the current PR#61
- Added support for PHP 8.0
- Added
ParserAwareInterface
to exposesetParser()
method
- Added php-cs-fixer to CI analysis
- Added phpstan to CI analysis
- Added
PositionAwareInterface
to exposesetFilePosition()
method - Added PHP DocBlock and typehints
- Updated PHP min requirements to 7.1
- Applied php-cs-fixer fixes
- Moved
ParsingError
class toException\ParsingException
- Moved
ListenerInterface
class toListener\ListenerInterface
- Updated Travis integration