Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.13 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

  • Allow for a new document after the current PR#61

Changed

Deprecated

Removed

Fixed

Security

Added

  • Added support for PHP 8.0

Added

  • Added ParserAwareInterface to expose setParser() method

Added

  • Added php-cs-fixer to CI analysis
  • Added phpstan to CI analysis
  • Added PositionAwareInterface to expose setFilePosition() method
  • Added PHP DocBlock and typehints

Changed

  • Updated PHP min requirements to 7.1
  • Applied php-cs-fixer fixes
  • Moved ParsingError class to Exception\ParsingException
  • Moved ListenerInterface class to Listener\ListenerInterface
  • Updated Travis integration