Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

28 lines (24 loc) · 888 Bytes

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 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