Skip to content

Releases: code-lts/cli-tools

v1.7.0

Choose a tag to compare

@williamdes williamdes released this 22 Jan 09:30
Immutable release. Only release title and notes can be modified.
v1.7.0
d4e4f00
  • Drop support for PHP 7.3, PHP 7.4, PHP 8.0 (no source code changes)
  • Support PHPUnit 12
  • Support Symfony Console v8 (no source code changes)
  • Drop support for PHPUnit 8 and 9
  • Drop support for Symfony Console v5

v1.6.0

Choose a tag to compare

@williamdes williamdes released this 20 Aug 10:41
v1.6.0
399bb23
  • Drop support for PHP 7.1
  • Support PHPUnit 10 and 11
  • Support Symfony Console v7 by @mtvbrianking (#2)
  • Drop support for PHPUnit 7
  • Drop support for Symfony Console 3.4.x and 4.3.x

v1.5.0

Choose a tag to compare

@williamdes williamdes released this 18 Feb 20:36
v1.5.0
321f804

v1.4.0

Choose a tag to compare

@williamdes williamdes released this 24 Mar 01:23
v1.4.0
3eec659
  • Upgrade ondram/ci-detector to 4.0 (35f6a59)
  • Copy an upstream change, make the test suite run offline (99be1a7)
  • Apply wdes/coding-standard
  • Update .gitattributes to remove .editorconfig for releases

v1.3.1

Choose a tag to compare

@williamdes williamdes released this 29 Nov 20:14
v1.3.1
571dfb9
  • Fix RawTextErrorFormatter
  • Fix a PHP 8.0 unit test failing on a now uppercase letter

v1.3.0

Choose a tag to compare

@williamdes williamdes released this 29 Nov 17:45
v1.3.0
3e03576
  • Fix OutputFormat::checkOutputFormatIsValid
  • Add Utils::isCiDetected to detect CIs

v1.2.1

Choose a tag to compare

@williamdes williamdes released this 29 Nov 17:23
v1.2.1
ef02329
  • Fix and improve the wording of FormatNotFoundException message
  • Improve composer keywords
  • Improve README description line

v1.2.0

Choose a tag to compare

@williamdes williamdes released this 29 Nov 16:42
v1.2.0
7041966
  • Drop ERASE_TO_LINE_END_2 and ERASE_TO_LINE_END_1 constants from AnsiEscapeSequences because they where broken
  • Add ERASE_TO_LINE_END to AnsiEscapeSequences
  • Add ErrorFormatter\RawTextErrorFormatter that reflects a Doctum error output format
  • Add OutputFormat to handle the input/output user choice

v1.1.0

Choose a tag to compare

@williamdes williamdes released this 27 Nov 16:43
v1.1.0
184493d
  • Add isDecorated method on SymfonyOutput class and Output interface.
  • Fix missing strict_types on Error class
  • Add AnsiEscapeSequences to help with some often used sequences

v1.0.0

Choose a tag to compare

@williamdes williamdes released this 26 Nov 10:21
v1.0.0
4aeefec
  • Initial version with support for ErrorFormatter classes from phpstan and more classes
  • Fixed imported tests
  • Added GitHub actions
  • Added phpstan
  • Removed some useless imported code
  • Made the imported source code compatible with PHP 7.1