Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

80 lines (52 loc) · 1.11 KB

Sclable XML Lint - Changelog

0.8.0

  • Add support for Symfony 7
  • Drop support for Symfony 4 ============================

0.7.0

  • Add support for PHP 8.3

0.6.0

  • Add support for PHP 8.2
  • Drop support for PHP 7.4

0.5.0

  • Add support for PHP 8.1
  • Drop support for PHP 7.3
  • Chores: remove Travis integration

0.4.0

  • Add support for PHP 8
  • Drop support for PHP 7.2
  • Chores: Travis integration update

0.3.0

  • Add support for symfony console / finder 5.*
  • Drop compatibility for PHP <7.2 and eol symfony versions
  • Update test frameworks to latest versions

0.2.4

  • update dependencies to symfony/finder & symfony/console (include 4.*)

0.2.3

  • clean up composer file (move tests to autoload-dev)

0.2.2

  • update dependencies to symfony/finder & symfony/console

0.2.1

  • fix a bug where patterns were empty

0.2.0

  • validate xml files against XSD schemata (with skip option)
  • pattern option

0.1.0

  • cli interface
  • lint xml file
  • lint files in a directory
  • recursive option (default is 'yes')
  • exclude option